房间开始状态会被记录带进房间内显示

This commit is contained in:
MrZ626
2021-05-13 16:20:19 +08:00
parent 57701c6041
commit 554e63925d
2 changed files with 6 additions and 1 deletions

View File

@@ -262,6 +262,7 @@ function scene.draw()
setFont(40)
gc.print(netPLY.getCount().."/"..NET.roomInfo.capacity,70,655)
if NET.roomInfo.private then gc.draw(IMG.lock,30,668)end
if NET.roomInfo.start then gc.setColor(0,1,0)gc.print(text.started,230,655)end
--Profile
drawSelfProfile()