ghost样式预览 close #95

This commit is contained in:
MrZ626
2021-06-28 20:25:27 +08:00
parent f1416f46fc
commit 1c553df53a
2 changed files with 14 additions and 2 deletions

View File

@@ -522,6 +522,8 @@ local function drawStartCounter(P)
end
local draw={}
draw.applyFieldOffset=applyFieldOffset
draw.drawGhost=drawGhost
function draw.drawNext_norm(P)
local ENV=P.gameEnv
local texture=SKIN.curText
@@ -589,8 +591,6 @@ function draw.drawNext_hidden(P)
end
gc_translate(-316,-20)
end
draw.applyFieldOffset=applyFieldOffset
function draw.drawTargetLine(P,r)
if r<21+(P.fieldBeneath+P.fieldUp)/30 and r>0 then
gc_setLineWidth(4)