主菜单点联网游戏按钮尝试连接时会有文字提示,房间内可以显示其他玩家的ws(stream)连接状态

This commit is contained in:
MrZ626
2021-05-14 19:45:07 +08:00
parent 622b1a5e25
commit 95bc979da7
9 changed files with 42 additions and 18 deletions

View File

@@ -19,6 +19,7 @@ function scene.sceneInit()
BG.set()
NET.allReady=false
NET.connectingStream=false
NET.waitingStream=false
scrollPos=0
selected=1
fetchRoom()