一行彩蛋代码,移动玩家对象位置使方块永远居中
This commit is contained in:
@@ -337,6 +337,7 @@ function update.alive(P,dt)
|
|||||||
updateLine(P)
|
updateLine(P)
|
||||||
updateFXs(P,dt)
|
updateFXs(P,dt)
|
||||||
updateTasks(P)
|
updateTasks(P)
|
||||||
|
-- P:setPosition(640-150-(30*(P.curX+P.cur.sc[2])-15),30*(P.curY+P.cur.sc[1])+15-300+(ENV.smooth and P.ghoY~=P.curY and(P.dropDelay/ENV.drop-1)*30 or 0))
|
||||||
end
|
end
|
||||||
function update.dead(P,dt)
|
function update.dead(P,dt)
|
||||||
local S=P.stat
|
local S=P.stat
|
||||||
|
|||||||
Reference in New Issue
Block a user