整理代码,玩家的“录像绘制模式”不再自己决定而由外部传入
This commit is contained in:
@@ -332,9 +332,11 @@ local function drawAtkPointer(x,y)
|
||||
gc.circle('line',x,y,30*(1+a),6)
|
||||
end
|
||||
function scene.draw()
|
||||
local repMode=GAME.replaying
|
||||
|
||||
--Players
|
||||
for p=1,#PLAYERS do
|
||||
PLAYERS[p]:draw()
|
||||
PLAYERS[p]:draw(repMode)
|
||||
end
|
||||
|
||||
--Virtual keys
|
||||
|
||||
Reference in New Issue
Block a user