From 7e9f56a7704876f930e075d980a034fffcab5e6d Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 21 Nov 2020 15:46:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=95=E5=AD=97=E6=A3=8B?= =?UTF-8?q?=E7=BB=93=E6=9D=9F=E5=90=8E=E8=BF=98=E6=98=BE=E7=A4=BA=E5=8F=AF?= =?UTF-8?q?=E8=B5=B0=E5=8C=BA=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/mg_UTTT.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/mg_UTTT.lua b/parts/scenes/mg_UTTT.lua index 9b590ab4..99fcddb0 100644 --- a/parts/scenes/mg_UTTT.lua +++ b/parts/scenes/mg_UTTT.lua @@ -113,7 +113,7 @@ function Pnt.mg_UTTT() gc.setColor(1,1,1,math.sin((Timer()-placeTime)*5)/5+.2) if target then gc.rectangle("fill",(target-1)%3*30,int((target-1)/3)*30,30,30) - else + elseif not gameover then gc.rectangle("fill",0,0,90,90) end