整理代码,修复新的彩蛋模式触屏进不去

This commit is contained in:
MrZ626
2021-09-27 00:31:56 +08:00
parent 702abbf7b1
commit f2ffdc9e58
8 changed files with 14 additions and 29 deletions

View File

@@ -252,9 +252,8 @@ function scene.mouseDown(x,y,k)
end
end
end
function scene.touchDown(x,y)
scene.mouseDown(x,y)
end
scene.touchDown=scene.mouseDown
local moveFunc={
up=moveUp,
down=moveDown,