From 7f11ea594e3ba4203ed491d05216cacebf4028f3 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 25 Apr 2021 20:52:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E8=8F=9C=E5=8D=95ai=E5=9C=BA=E5=9C=B0?= =?UTF-8?q?=E8=BE=B9=E4=B8=8A=E5=8A=A0=E4=B8=AA=E6=9A=97=E7=A4=BA=E5=8F=AF?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E7=9A=84=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/main.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/parts/scenes/main.lua b/parts/scenes/main.lua index 4950d259..3bb57e67 100644 --- a/parts/scenes/main.lua +++ b/parts/scenes/main.lua @@ -168,6 +168,14 @@ function scene.draw() --Player PLAYERS[1]:draw() + --Special area + gc.setColor(1,1,1,.8) + gc.setLineWidth(10) + gc.line(515,215,515,135,595,135) + gc.line(765,215,765,135,685,135) + gc.line(515,545,515,625,595,625) + gc.line(765,545,765,625,685,625) + --Profile drawSelfProfile() end