整理代码
This commit is contained in:
@@ -1762,6 +1762,7 @@ do--play
|
|||||||
|
|
||||||
function Tmr.play(dt)
|
function Tmr.play(dt)
|
||||||
local _
|
local _
|
||||||
|
local P1=players[1]
|
||||||
game.frame=game.frame+1
|
game.frame=game.frame+1
|
||||||
stat.time=stat.time+dt
|
stat.time=stat.time+dt
|
||||||
|
|
||||||
@@ -1775,8 +1776,6 @@ do--play
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local P1=players[1]
|
|
||||||
|
|
||||||
--Replay
|
--Replay
|
||||||
if game.replaying then
|
if game.replaying then
|
||||||
_=game.replaying
|
_=game.replaying
|
||||||
@@ -1795,6 +1794,7 @@ do--play
|
|||||||
end
|
end
|
||||||
game.replaying=_
|
game.replaying=_
|
||||||
end
|
end
|
||||||
|
|
||||||
--Counting,include pre-das,directy RETURN,or restart counting
|
--Counting,include pre-das,directy RETURN,or restart counting
|
||||||
if game.frame<180 then
|
if game.frame<180 then
|
||||||
if game.frame==179 then
|
if game.frame==179 then
|
||||||
|
|||||||
Reference in New Issue
Block a user