THEME做成独立模块

This commit is contained in:
MrZ626
2021-03-18 12:59:00 +08:00
parent d9a9747901
commit 5f633efa59
7 changed files with 85 additions and 83 deletions

View File

@@ -8,8 +8,6 @@ local scene={}
local t1,t2,animateType
function scene.sceneInit()
BG.set()
BGM.play()
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