微调几个隐藏模式入口点击范围
This commit is contained in:
@@ -9,7 +9,7 @@ function scene.sceneInit()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function scene.mouseDown(x,y)
|
function scene.mouseDown(x,y)
|
||||||
if x>55 and y>550 and x<510 and y<670 then
|
if x>55 and y>550 and x<450 and y<670 then
|
||||||
loadGame('stack_e',true)
|
loadGame('stack_e',true)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ end
|
|||||||
|
|
||||||
function scene.mouseDown(x,y)
|
function scene.mouseDown(x,y)
|
||||||
local T=40*math.min(time,45)
|
local T=40*math.min(time,45)
|
||||||
if x>230 and x<1050 then
|
if x>330 and x<950 then
|
||||||
if math.abs(y-800+T)<70 then
|
if math.abs(y-800+T)<70 then
|
||||||
loadGame('sprintLock',true)
|
loadGame('sprintLock',true)
|
||||||
elseif math.abs(y-2160+T)<70 then
|
elseif math.abs(y-2160+T)<70 then
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ function scene.sceneInit()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function scene.mouseDown(x,y)
|
function scene.mouseDown(x,y)
|
||||||
if x>35 and y>515 and x<490 and y<705 then
|
if x>40 and y>520 and x<440 and y<695 then
|
||||||
loadGame('sprintMD',true)
|
loadGame('sprintMD',true)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user