Merge remote-tracking branch 'origin/gx/china/stream' into china/zf_test
commit
6431157671
|
@ -73,7 +73,7 @@ function this:InitComponent()
|
|||
-- logo
|
||||
this.logo = Util.GetGameObject(this.gameObject, "logo"):GetComponent("Image")
|
||||
this.logoStr = PackageManager.GetLoginPanelLogo()
|
||||
if this.logoStr then
|
||||
if this.logoStr and this.logoStr ~= "" then
|
||||
LoadStreamingTexture(this.spLoader, this.logoStr, function(sp)
|
||||
this.logo.gameObject:SetActive(true)
|
||||
this.logo.sprite = sp
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
包配置PackConfig.txt参数字段说明:
|
||||
PackID 用于标识母包的唯一ID
|
||||
UpdatePanelBG 更新界面背景(只支持png)
|
||||
LoginPanelBG 登录界面背景(只支持png)
|
||||
LoginPanelLogo 登录界面Logo(只支持png)
|
||||
LoginPanelVideoBG 登录界面视频背景(只支持mp4)
|
||||
LoadingPanelBG 登录后游戏加载界面背景(只支持png,多个背景随机请用#号分割)
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 6cea870a7886a3e4f808a01de19b2fef
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Reference in New Issue