From eccdd426cf0120e6a3db0087aaa01a9d3ae18a0c Mon Sep 17 00:00:00 2001 From: vurtne14 Date: Tue, 31 Dec 2024 21:25:17 +0800 Subject: [PATCH] 1 --- .../~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua | 4 +++- Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua b/Assets/ManagedResources/~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua index a9a42b60b0..e306e8cc2b 100644 --- a/Assets/ManagedResources/~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua @@ -20,7 +20,8 @@ local carbonData = { -- effect1 = "Fx_DaNaoTianGong", -- effect2 = "Fx_DaNaoTianGong_S", --}, - [FUNCTION_OPEN_TYPE.QIJIESHILIAN] = { +--[[ +[FUNCTION_OPEN_TYPE.QIJIESHILIAN] = { id = FUNCTION_OPEN_TYPE.QIJIESHILIAN, --七界试炼 objName = "expedition", nameImg = "f_fuben_fubenming_10", @@ -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", diff --git a/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua b/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua index e27623a4f2..1f0284308e 100644 --- a/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua @@ -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")