整理代码,移除主菜单ai角框,修复触屏在房间内会不能操作

This commit is contained in:
MrZ626
2021-05-05 10:51:11 +08:00
parent 871e042044
commit 1d36d50fca
3 changed files with 11 additions and 22 deletions

View File

@@ -161,14 +161,6 @@ 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