修复场地顶线(方块出生线)在垃圾行升起过程中显示不正确

This commit is contained in:
MrZ626
2021-08-11 22:02:52 +08:00
parent 3ffaeed317
commit a9a241cc41

View File

@@ -694,7 +694,7 @@ function draw.norm(P)
--Draw spawn line
gc_setLineWidth(4)
gc_setColor(1,sin(t)*.4+.5,0,.5)
gc_rectangle('fill',0,fieldTop-FBN-2,300,4)
gc_rectangle('fill',0,fieldTop,300,4)
--Draw height limit line
gc_setColor(.4,.7+sin(t*12)*.3,1,.7)