tcx_xiyou_yueNan
parent
b83f3639d3
commit
eccdd426cf
|
@ -20,6 +20,7 @@ local carbonData = {
|
|||
-- effect1 = "Fx_DaNaoTianGong",
|
||||
-- effect2 = "Fx_DaNaoTianGong_S",
|
||||
--},
|
||||
--[[
|
||||
[FUNCTION_OPEN_TYPE.QIJIESHILIAN] = {
|
||||
id = FUNCTION_OPEN_TYPE.QIJIESHILIAN, --七界试炼
|
||||
objName = "expedition",
|
||||
|
@ -29,6 +30,7 @@ local carbonData = {
|
|||
effect1 = "Fx_DaNaoTianGong",
|
||||
effect2 = "Fx_DaNaoTianGong_S",
|
||||
},
|
||||
]]
|
||||
[FUNCTION_OPEN_TYPE.PEOPLE_MIRROR] = {
|
||||
id = FUNCTION_OPEN_TYPE.PEOPLE_MIRROR, --轩辕
|
||||
objName = "xuanyuan",
|
||||
|
|
|
@ -165,6 +165,7 @@ function this:InitComponent()
|
|||
this.hrRedPoint:SetActive(false)
|
||||
--gm礼包
|
||||
this.btnGMGift = Util.GetGameObject(self.gameObject, "RightDown/btnGMGift")
|
||||
this.btnGMGift:SetActive(false)
|
||||
this.btnGMGiftEffect = Util.GetGameObject(self.gameObject, "RightDown/btnGMGift/UI_Effect_jinkuang_Yuan")
|
||||
--Util.GetGameObject(this.btnGMGift,"Image"):GetComponent("Image").sprite=this.spLoader:LoadSprite("gm_change_maincity_btn_zh")
|
||||
this.gmRedPoint = Util.GetGameObject(this.btnGMGift, "redPoint")
|
||||
|
|
Loading…
Reference in New Issue