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

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

@@ -63,13 +63,13 @@ function scene.mouseDown(x,y,k)
end
end
end
function scene.touchMove(x,y)
scene.mouseMove(x,y)
end
scene.touchMove=scene.mouseMove
function scene.touchDown(x,y)
scene.mouseMove(x,y)
scene.mouseDown(x,y)
end
function scene.keyDown(key)
if key=="tab"or key=="delete"then
if GAME.mod[1]then