From 3b68f1571e2a311450ffaaf1bacc83fbe5ccf091 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 30 Nov 2020 00:37:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E7=82=B9=E7=94=BB?= =?UTF-8?q?=E9=9D=A2=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/mg_cubefield.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parts/scenes/mg_cubefield.lua b/parts/scenes/mg_cubefield.lua index a30506c6..8bd726ec 100644 --- a/parts/scenes/mg_cubefield.lua +++ b/parts/scenes/mg_cubefield.lua @@ -216,8 +216,8 @@ function Pnt.mg_cubefield() --Draw direction if play then gc.setLineWidth(3) - gc.setColor(1,1,1,.4) - gc.polygon("fill",-18,-20,0,-440,18,-20) + gc.setColor(1,1,1,.2) + gc.polygon("fill",-15,30,0,-440,15,30) end --Draw Horizon/Direction @@ -270,7 +270,7 @@ function Pnt.mg_cubefield() gc.rectangle("fill",-20,-20+ct,40,40) 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)