主菜单ai场地边上加个暗示可点击的框

This commit is contained in:
MrZ626
2021-04-25 20:52:34 +08:00
parent 76278cf11f
commit 7f11ea594e

View File

@@ -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