From 868152c6c8fd95863e59cfc4493aceed1c208eed Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 15 Oct 2020 21:37:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=8D=E5=85=B8=E6=90=9C=E7=B4=A2=E5=8A=A8?= =?UTF-8?q?=E7=94=BB=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/parts/scenes.lua b/parts/scenes.lua index c31e364b..38a28f6b 100644 --- a/parts/scenes.lua +++ b/parts/scenes.lua @@ -3284,6 +3284,7 @@ do--dict english=color.green, name=color.lPurple, } + local scs={.5,1.5,.5,1.5,.5,1.5,.5,1.5,.5,1.5,1,1,0,2} function Pnt.dict() local S=sceneTemp gc.setColor(1,1,1) @@ -3329,10 +3330,10 @@ do--dict gc.rectangle("line",20,180,280,526) if S.waiting>0 then - gc.setLineWidth(3) - gc.circle("line",780,140,25) - gc.setColor(1,1,1,.6) - gc.arc("fill",780,140,25,S.waiting/.8*6.28-1.5708,4.7124) + local r=Timer()*2 + local R=int(r)%7+1 + gc.setColor(1,1,1,1-abs(r%1*2-1)) + gc.draw(TEXTURE.miniBlock[R],785,140,Timer()*10%6.2832,15,15,scs[2*R],#blocks[R][0]-scs[2*R-1]) end end end