play场景改名game,整理代码,重构GAME.frame相关内容,修复联网录像播放不正确
This commit is contained in:
@@ -426,12 +426,12 @@ local function drawMission(P)
|
||||
end
|
||||
local function drawStartCounter(P)
|
||||
gc_setColor(1,1,1)
|
||||
if GAME.frame<180 then
|
||||
if GAME.frame==0 then
|
||||
if P.frameRun<180 then
|
||||
if P.frameRun==0 then
|
||||
setFont(70)
|
||||
mStr(P.ready and text.beReady or text.notReady,305,220)
|
||||
else
|
||||
local count=179-GAME.frame
|
||||
local count=179-P.frameRun
|
||||
gc_push("transform")
|
||||
gc_translate(305,220)
|
||||
setFont(95)
|
||||
|
||||
Reference in New Issue
Block a user