取消暂停会有倒计时

This commit is contained in:
MrZ626
2021-01-20 00:38:37 +08:00
parent 48e9e5e2c5
commit 045adaaa43
3 changed files with 39 additions and 4 deletions

View File

@@ -134,7 +134,7 @@ function scene.keyDown(key)
if key=="q"then
SCN.back()
elseif key=="escape"then
resumeGame()
SCN.swapTo(GAME.result and"play"or"depause","none")
elseif key=="s"then
GAME.prevBG=BG.cur
SCN.go("setting_sound")