实现拉取房间列表

框架跟进
This commit is contained in:
MrZ_26
2022-09-29 20:29:45 +08:00
parent f41999c019
commit 468bbc8053
6 changed files with 38 additions and 31 deletions

View File

@@ -317,7 +317,7 @@ function scene.draw()
--Room info.
gc_setColor(1,1,1)
setFont(25)
gc_printf(NET.roomState.roomInfo.name,0,685,1270,'right')
gc_printf(NET.roomState.info.name,0,685,1270,'right')
setFont(40)
gc_print(NETPLY.getCount().."/"..NET.roomState.capacity,70,655)
if NET.roomState.private then