Merge branch 'dev' of git.juzugame.com:b6-client/b6-lua into dev

This commit is contained in:
chenxi 2023-06-21 11:17:31 +08:00
commit c5a86482d2

View File

@ -1,5 +1,13 @@
local LoginUI = class("LoginUI", BaseUI)
function LoginUI:getPreLoadList()
return {
[GConst.TYPEOF_UNITY_CLASS.BF_ATLAS] = {
GConst.ATLAS_PATH.UI_LOGIN
}
}
end
function LoginUI:ctor()
self.progress = 0
self.retryTimes = 0