新增BGM:mXmas
This commit is contained in:
@@ -28,7 +28,7 @@ function scene.sceneInit()
|
||||
end
|
||||
end
|
||||
function scene.sceneBack()
|
||||
BGM.play("blank")
|
||||
BGM.play(FESTIVAL=="Xmas"and"mXmas"or"blank")
|
||||
end
|
||||
|
||||
function scene.keyDown(key)
|
||||
|
||||
@@ -10,7 +10,7 @@ local t1,t2,r
|
||||
|
||||
function scene.sceneInit()
|
||||
BG.set()
|
||||
BGM.play("blank")
|
||||
BGM.play(FESTIVAL=="Xmas"and"mXmas"or"blank")
|
||||
t1,t2=0,0--Timer
|
||||
r={}--Random animation type
|
||||
for i=1,8 do r[i]=rnd(5)end
|
||||
|
||||
Reference in New Issue
Block a user