更新整理法文和西文部分注释,网络错误提示信息更具体,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

@@ -29,7 +29,7 @@ local function tick_httpREQ_launch(task)
end
time=time+1
if time>360 then
LOG.print(text.httpTimeout,"message")
LOG.print(text.getNoticeFail..": "..text.httpTimeout,"message")
return
end
end
@@ -60,7 +60,7 @@ local function tick_httpREQ_autoLogin(task)
end
time=time+1
if time>360 then
LOG.print(text.httpTimeout,"message")
LOG.print(text.loginFailed..": "..text.httpTimeout,"message")
return
end
end