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