Merge branch 'dev' of git.juzugame.com:b6-client/b6-lua into dev
This commit is contained in:
commit
c5a86482d2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user