关于界面的对称40行入口换成堆积模式

This commit is contained in:
MrZ626
2021-11-26 00:59:23 +08:00
parent c47546d501
commit eb9e741b4f

View File

@@ -10,7 +10,7 @@ end
function scene.mouseDown(x,y)
if x>55 and y>550 and x<510 and y<670 then
loadGame('sprintSym',true)
loadGame('stack_e',true)
end
end
scene.touchDown=scene.mouseDown
@@ -19,7 +19,7 @@ function scene.keyDown(key)
if key=="escape"then
SCN.back()
elseif key=="space"then
loadGame('sprintSym',true)
loadGame('stack_e',true)
end
end