从自定义菜单回到主菜单时BGM恢复
This commit is contained in:
@@ -23,6 +23,9 @@ function sceneInit.customGame()
|
||||
end
|
||||
end
|
||||
end
|
||||
function sceneBack.customGame()
|
||||
BGM.play("blank")
|
||||
end
|
||||
|
||||
function keyDown.customGame(key)
|
||||
if key=="return"or key=="return2"then
|
||||
|
||||
@@ -4,7 +4,6 @@ function sceneInit.main()
|
||||
sceneTemp={
|
||||
tip=text.getTip(),
|
||||
}
|
||||
BGM.play("blank")
|
||||
BG.set("space")
|
||||
|
||||
modeEnv=NONE
|
||||
|
||||
Reference in New Issue
Block a user