拆分全员准备和连接ws准备开局的提示

This commit is contained in:
MrZ626
2021-05-03 13:17:36 +08:00
parent 18b5efcc0e
commit d90f0f3e86
8 changed files with 15 additions and 6 deletions

View File

@@ -268,10 +268,12 @@ function scene.draw()
gc.print(p.username,240,60+50*i)
end
--All-ready mark
if NET.allReady then
gc.setColor(.1,1,0,.9)
setFont(60)
--Ready & Set mark
gc.setColor(.1,1,0,.9)
setFont(60)
if NET.connectingStream then
mStr(text.set,640,10)
elseif NET.allReady then
mStr(text.ready,640,10)
end