设置界面左右切换动画调整

This commit is contained in:
MrZ626
2020-09-09 11:48:38 +08:00
parent 963b57a49b
commit b387cdc72d
4 changed files with 22 additions and 10 deletions

View File

@@ -287,7 +287,7 @@ function loadGame(M,ifQuickPlay)
drawableText.modeName:set(text.modes[M][1])
drawableText.levelName:set(text.modes[M][2])
needResetGameData=true
SCN.swapTo("play",ifQuickPlay and"swipe"or"fade_togame")
SCN.swapTo("play",ifQuickPlay and"swipeD"or"fade_togame")
SFX.play("enter")
end
function resetGameData()