整理代码,玩家的“录像绘制模式”不再自己决定而由外部传入

This commit is contained in:
MrZ626
2021-08-16 23:15:46 +08:00
parent 39ca55fd84
commit 132cb89b90
2 changed files with 8 additions and 7 deletions

View File

@@ -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