ba背景循环播放

This commit is contained in:
MrZ626
2021-03-03 15:07:11 +08:00
parent 1ab9f31e3c
commit 32b9221b35

View File

@@ -12,6 +12,11 @@ function back.init()
end
back.resize()
end
function back.update()
if not video:isPlaying()then
video:seek(0)
end
end
function back.resize()
local W,H=SCR.w,SCR.h
if H/W>=36/48 then