add automatic show control

with this line of code, we won't have to right click and show control.
This commit is contained in:
Changbai Li
2020-03-14 18:18:50 +08:00
committed by GitHub
parent 306d4a1cb3
commit 65af63ef1f

View File

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