更新整理法文和西文部分注释,网络错误提示信息更具体,netgame_xx系列改名,房间列表场景初步

This commit is contained in:
MrZ626
2020-12-22 14:36:27 +08:00
parent 8fffeaca94
commit f611199fab
11 changed files with 145 additions and 136 deletions

View File

@@ -11,7 +11,7 @@ function Tick.httpREQ_getAccessToken(task)
LOG.print(text.accessSuccessed)
USER.access_token=res.access_token
FILE.save(USER,"conf/user")
SCN.swapTo("netgame")
SCN.swapTo("net_menumenu")
else
LOG.print(text.netErrorCode..response.code..": "..res.message,"warn")
end
@@ -33,7 +33,7 @@ function Tick.httpREQ_getAccessToken(task)
end
time=time+1
if time>360 then
LOG.print(text.httpTimeout,"message")
LOG.print(text.loginFailed..": "..text.httpTimeout,"message")
return
end
end
@@ -76,7 +76,7 @@ function Tick.wsCONN_connect(task)
end
time=time+1
if time>360 then
LOG.print(text.httpTimeout,"message")
LOG.print(text.wsFailed..": "..text.httpTimeout,"message")
return
end
end