整理代码

This commit is contained in:
MrZ626
2021-09-24 08:27:40 +08:00
parent b890813732
commit 9fa4b97e5e
6 changed files with 7 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ function scene.keyDown(key,isRep)
end
function scene.touchDown(x,y)
scene.keyDown(
state==0 and "space"or
state==0 and"space"or
x<640 and
(y<360 and"q"or"a")or
(y<360 and"p"or"l")