加载界面点鼠标线宽会变

This commit is contained in:
MrZ626
2020-11-04 23:31:28 +08:00
parent 733109af2d
commit 71ede74269

View File

@@ -174,6 +174,7 @@ function Pnt.load()
--Draw floors
setFont(50)
gc.setLineWidth(4)
for i=1,27 do
if i<26 then
local r,g,b=COLOR.rainbow(i+3.5)