简易健康游戏时间提醒

This commit is contained in:
MrZ626
2020-12-05 01:59:21 +08:00
parent ba4d3b09ff
commit 27d8aac39e
12 changed files with 60 additions and 12 deletions

View File

@@ -14,10 +14,10 @@ end
function scene.mouseDown(x,y)
if x>230 and x<1050 then
if math.abs(y-800+sceneTemp.time*40)<70 then
SCN.pop()SCN.push()
SCN.pop()
loadGame("sprintLock")
elseif math.abs(y-2160+sceneTemp.time*40)<70 then
SCN.pop()SCN.push()
SCN.pop()
loadGame("sprintFix")
end
end