全局变量LATEST_VERSION改为ALLOW_ONLINE,ws-app能接收版本信息

This commit is contained in:
MrZ626
2021-03-27 22:16:38 +08:00
parent 783defbbed
commit 86a696ad15
3 changed files with 9 additions and 9 deletions

View File

@@ -77,7 +77,7 @@ function scene.keyDown(key)
end
elseif key=="a"then
if testButton(3)then
if not LATEST_VERSION then
if not ALLOW_ONLINE then
TEXT.show(text.notFinished,640,450,60,"flicker")
SFX.play("finesseError")
elseif LOGIN then