Merge pull request #1 from lcb931023/patch-1

add automatic show control
This commit is contained in:
Wiwi Kuan
2020-03-15 14:32:58 +08:00
committed by GitHub

View File

@@ -16,6 +16,7 @@ let srt = "";
function preload() {
vid = createVideo(vidFile);
vid.size(640, 320);
vid.showControls();
subText = loadStrings(subFile);
}