主菜单点击联网游戏按钮尝试连接时会有文字提示

This commit is contained in:
MrZ626
2021-05-14 18:58:44 +08:00
parent 0c66ca1bdc
commit 622b1a5e25
6 changed files with 21 additions and 5 deletions

View File

@@ -77,6 +77,7 @@ function scene.keyDown(key)
else
TEXT.show(text.noInternet,640,450,60,'flicker')
NET.wsconn_app()
LOG.print(text.wsConnecting,'message')
SFX.play('finesseError')
end
end