增加玩家个人信息显示框(暂时只有头像)

This commit is contained in:
MrZ626
2021-04-20 01:40:12 +08:00
parent 6cee129a68
commit ca856cbb35
4 changed files with 28 additions and 2 deletions

View File

@@ -115,6 +115,9 @@ function scene.draw()
gc.print(R.count.."/"..R.capacity,1100,66+40*i)
end
end
--Profile
drawSelfProfile()
end
local function hide_noRoom()return #NET.roomList==0 end