微调初始化主题的时机

This commit is contained in:
MrZ626
2021-03-18 20:37:30 +08:00
parent 7bcbb4c5b9
commit 37a659ab30
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ local scene={}
local t1,t2,animateType
function scene.sceneInit()
BG.set()
t1,t2=0,0--Timer
animateType={rnd(5),rnd(5),rnd(5),rnd(5),rnd(5),rnd(5),rnd(5),rnd(5)}--Random animation type
end