From 1e3ef6f5a305310f9ae9d8aaca5e11982467b178 Mon Sep 17 00:00:00 2001 From: xiejun <467745540@qq.com> Date: Wed, 8 Nov 2023 18:18:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=AF=E6=9C=AC=E5=90=8D=E7=A7=B0=E5=92=8C?= =?UTF-8?q?=E6=88=98=E6=96=97=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Prefabs/UI/Battle/BattlePanel.prefab | 4 ++-- .../Modules/Carbon/NewCarbon/CarbonsPanel.lua | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Assets/ManagedResources/Prefabs/UI/Battle/BattlePanel.prefab b/Assets/ManagedResources/Prefabs/UI/Battle/BattlePanel.prefab index 3fcd471602..dbc1f48768 100644 --- a/Assets/ManagedResources/Prefabs/UI/Battle/BattlePanel.prefab +++ b/Assets/ManagedResources/Prefabs/UI/Battle/BattlePanel.prefab @@ -9861,7 +9861,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 150, y: -551} + m_AnchoredPosition: {x: 150, y: 144} m_SizeDelta: {x: 100, y: 100} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &-7319966375981102351 @@ -80623,7 +80623,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 153, y: 144} + m_AnchoredPosition: {x: 150, y: -551} m_SizeDelta: {x: 100, y: 100} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &2822669952964638746 diff --git a/Assets/ManagedResources/~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua b/Assets/ManagedResources/~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua index 6dbcb550f4..f034ebe410 100644 --- a/Assets/ManagedResources/~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua @@ -24,7 +24,7 @@ local carbonData = { id = FUNCTION_OPEN_TYPE.QIJIESHILIAN, --七界试炼 objName = "expedition", nameImg = "f_fuben_fubenming_10", - name="七界试炼", + name="推进城", titleBg="UI_hz_fb_02", btnPos = Vector2(39,-67), redPointType = RedPointType.QiJieShiLian, @@ -35,7 +35,7 @@ local carbonData = { id = FUNCTION_OPEN_TYPE.PEOPLE_MIRROR, --轩辕 objName = "xuanyuan", nameImg = "f_fuben_fubenming_02", - name="轩辕宝境", + name="四海夺宝", titleBg="UI_hz_fb_03", btnPos = Vector2(-4,-60), redPointType = RedPointType.People_Mirror, @@ -46,7 +46,7 @@ local carbonData = { id = FUNCTION_OPEN_TYPE.MONSTER_COMING, --心魔 objName = "monster", nameImg = "f_fuben_fubenming_04", - name="心魔试炼", + name="四海历练", titleBg="UI_hz_fb_04", btnPos = Vector2(0,-50), redPointType = RedPointType.EpicExplore, @@ -57,7 +57,7 @@ local carbonData = { id = FUNCTION_OPEN_TYPE.ENDLESS, --无尽 objName = "endless", nameImg = "f_fuben_fubenming_06", - name="挑战副本", + name="修行挑战", titleBg="UI_hz_fb_05", btnPos = Vector2(86,-9), redPointType = RedPointType.challengeCopy, @@ -68,7 +68,7 @@ local carbonData = { id = FUNCTION_OPEN_TYPE.FIGHTLEVEL, --山河社稷图 objName = "fightlevel", nameImg = "f_fuben_fubenming_07", - name="山河社稷图", + name="征服四海", titleBg="UI_hz_fb_06", btnPos = Vector2(0,-167), redPointType = RedPointType.FightLevel, @@ -79,7 +79,7 @@ local carbonData = { id = FUNCTION_OPEN_TYPE.DAILYCHALLENGE_COIN, --日常 objName = "daily", nameImg = "f_fuben_fubenming_05", - name="灵兽秘境", + name="和之国寻宝", titleBg="UI_hz_fb_07", btnPos = Vector2(124,-49), redPointType = RedPointType.HeroExplore, @@ -99,7 +99,7 @@ local carbonData = { id = FUNCTION_OPEN_TYPE.LINGMAIMIJING, --灵脉秘境 objName = "trial", nameImg = "f_fuben_fubenming_09", - name="灵脉秘境", + name="空岛夺宝", titleBg="UI_hz_fb_08", btnPos = Vector2(-156,-12), redPointType = RedPointType.LingMaiMiJing, @@ -110,7 +110,7 @@ local carbonData = { id = FUNCTION_OPEN_TYPE.GodsWayTower_1, --多队塔 objName = "other", nameImg = "f_fuben_fubenming_08", - name="封神之路", + name="伟大航线", titleBg="UI_hz_fb_08", btnPos = Vector2(8,100), redPointType = RedPointType.godsWayTower,