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