diff --git a/Assets/ManagedResources/Prefabs/UI/Carbon/NewCarbon/CarbonsPanel.prefab b/Assets/ManagedResources/Prefabs/UI/Carbon/NewCarbon/CarbonsPanel.prefab index 8300e7507f..f59e005902 100644 --- a/Assets/ManagedResources/Prefabs/UI/Carbon/NewCarbon/CarbonsPanel.prefab +++ b/Assets/ManagedResources/Prefabs/UI/Carbon/NewCarbon/CarbonsPanel.prefab @@ -1896,7 +1896,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0} m_AnchorMax: {x: 0.5, y: 1} - m_AnchoredPosition: {x: 0, y: -12.999512} + m_AnchoredPosition: {x: 0, y: -12.999756} m_SizeDelta: {x: 2048, y: -463} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &7834400526615406702 @@ -2266,7 +2266,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 1, y: 1} - m_AnchoredPosition: {x: 0, y: 55.99463} + m_AnchoredPosition: {x: 0, y: 55.994873} m_SizeDelta: {x: 5.0666504, y: 308.45} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &4278184211011944852 @@ -2340,7 +2340,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: -57.000004, y: 52} + m_AnchoredPosition: {x: -47, y: -102} m_SizeDelta: {x: 100, y: 100} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &4677113146130960420 @@ -3470,7 +3470,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: 0, y: -105} + m_AnchoredPosition: {x: 103, y: -272} m_SizeDelta: {x: 100, y: 100} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &5728866794207624804 @@ -4325,7 +4325,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: 0, y: 0} + m_AnchoredPosition: {x: 48, y: -107} m_SizeDelta: {x: 100, y: 100} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &7977732792688270228 diff --git a/Assets/ManagedResources/~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua b/Assets/ManagedResources/~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua index fc431f7f00..3311470d75 100644 --- a/Assets/ManagedResources/~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Carbon/NewCarbon/CarbonsPanel.lua @@ -37,7 +37,7 @@ local carbonData = { nameImg = "f_fuben_fubenming_02", name="人造人挑战", titleBg="UI_hz_fb_03", - btnPos = Vector2(-4,-60), + btnPos = Vector2(0,108), redPointType = RedPointType.People_Mirror, effect1 = "Fx_XuanYuanBaoJing", effect2 = "Fx_XuanYuanBaoJing_S", @@ -81,7 +81,7 @@ local carbonData = { nameImg = "f_fuben_fubenming_05", name="魔人试炼", titleBg="UI_hz_fb_07", - btnPos = Vector2(13,19), + btnPos = Vector2(13,77), redPointType = RedPointType.HeroExplore, effect1 = "Fx_RiChangFuBen", effect2 = "Fx_RiChangFuBen_S", @@ -112,7 +112,7 @@ local carbonData = { nameImg = "f_fuben_fubenming_08", name="宇宙武道会", titleBg="UI_hz_fb_08", - btnPos = Vector2(-78,-51), + btnPos = Vector2(-78,66), redPointType = RedPointType.godsWayTower, effect1 = "Fx_XuanYuanBaoJing", effect2 = "Fx_XuanYuanBaoJing_S",