音效室场景改名launchpad

zx可以代替鼠标
This commit is contained in:
MrZ626
2021-09-27 00:41:32 +08:00
parent f2ffdc9e58
commit 95cff8b986
9 changed files with 11 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ function scene.keyDown(key,isRep)
BGM.stop()
end
elseif key=="tab"then
SCN.swapTo('sound','none')
SCN.swapTo('launchpad','none')
elseif key=="escape"then
SCN.back()
end