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

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

@@ -257,6 +257,9 @@ function scene.draw()
gc.setColor(.5,.5,.5)
gc.print("#"..p.uid,50,60+50*i)
end
--Profile
drawSelfProfile()
end
--New message
if textBox.new and textBox.hide then