修复一点画面错误

This commit is contained in:
MrZ626
2020-11-30 00:37:52 +08:00
parent a75f19f924
commit 3b68f1571e

View File

@@ -216,8 +216,8 @@ function Pnt.mg_cubefield()
--Draw direction --Draw direction
if play then if play then
gc.setLineWidth(3) gc.setLineWidth(3)
gc.setColor(1,1,1,.4) gc.setColor(1,1,1,.2)
gc.polygon("fill",-18,-20,0,-440,18,-20) gc.polygon("fill",-15,30,0,-440,15,30)
end end
--Draw Horizon/Direction --Draw Horizon/Direction
@@ -270,7 +270,7 @@ function Pnt.mg_cubefield()
gc.rectangle("fill",-20,-20+ct,40,40) gc.rectangle("fill",-20,-20+ct,40,40)
gc.setColor(1,1,1,(1-ct/60)*.2) gc.setColor(1,1,1,(1-ct/60)*.2)
gc.polygon("fill",-18,20,0,-440,18,200) gc.polygon("fill",-15,30,0,-440,15,30)
gc.setColor(1,1,1,ct/60) gc.setColor(1,1,1,ct/60)