联网推进(观战功能测试)

This commit is contained in:
MrZ626
2021-05-18 19:52:29 +08:00
parent d07075ca9c
commit 5b43ff8c45
12 changed files with 123 additions and 62 deletions

View File

@@ -29,10 +29,6 @@ local scene={}
function scene.sceneInit()
BG.set()
NET.spectate=false
NET.allReady=false
NET.connectingStream=false
NET.waitingStream=false
scrollPos=0
selected=1
fetchRoom()
@@ -113,7 +109,6 @@ function scene.mouseClick(x,y)
if NET.roomList[s]then
if selected~=s then
selected=s
print(1)
SFX.play('click',.4)
else
scene.keyDown("return")