添加退出登录按钮

This commit is contained in:
MrZ626
2021-04-09 17:33:50 +08:00
parent f7fa8d0758
commit 48ce3a3d8f
8 changed files with 34 additions and 8 deletions

View File

@@ -71,7 +71,7 @@ function scene.keyDown(key)
end
elseif key=="a"then
if testButton(3)then
if NET.login then
if WS.status("user")=="running"then
if not NET.allow_online then
TEXT.show(text.needUpdate,640,450,60,"flicker")
SFX.play("finesseError")