主菜单ai场地边上加个暗示可点击的框
This commit is contained in:
@@ -168,6 +168,14 @@ function scene.draw()
|
|||||||
--Player
|
--Player
|
||||||
PLAYERS[1]:draw()
|
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
|
--Profile
|
||||||
drawSelfProfile()
|
drawSelfProfile()
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user