特化新的模式选择场景名

This commit is contained in:
MrZ626
2021-12-16 03:04:35 +08:00
parent b642f2b5c4
commit 0498beecdf
12 changed files with 11 additions and 11 deletions

View File

@@ -59,7 +59,7 @@ function scene.keyDown(key,isRep)
if isRep then return true end
if key=='1'then
if _testButton(1)then
SCN.go('mode')
SCN.go('modeExplorer')
end
elseif key=='q'then
if _testButton(2)then