diff --git a/Assets/ManagedResources/Prefabs/UI/Main/MainPanel.prefab b/Assets/ManagedResources/Prefabs/UI/Main/MainPanel.prefab index e1cf3ec0b0..5bf3fcba44 100644 --- a/Assets/ManagedResources/Prefabs/UI/Main/MainPanel.prefab +++ b/Assets/ManagedResources/Prefabs/UI/Main/MainPanel.prefab @@ -34129,6 +34129,7 @@ RectTransform: - {fileID: 5721548683242772069} - {fileID: 5517260209263683791} - {fileID: 1877704359351138992} + - {fileID: 7458032753472600294} m_Father: {fileID: 986452627335843391} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -44591,12 +44592,12 @@ RectTransform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 2636232613951527736} - m_Father: {fileID: 986452627335843391} - m_RootOrder: 11 + m_Father: {fileID: 7094943317510879996} + m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 195, y: 550} + m_AnchoredPosition: {x: 1930.5, y: 550} m_SizeDelta: {x: 178, y: 180} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &7696224996931109315 @@ -71883,7 +71884,6 @@ RectTransform: - {fileID: 7019400324678272696} - {fileID: 19914098443950123} - {fileID: 8711988954666217240} - - {fileID: 7458032753472600294} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua b/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua index d11e46e287..e7d36d0e26 100644 --- a/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Main/MainPanel.lua @@ -124,7 +124,7 @@ function this:InitComponent() this.btnEndLess:SetActive(false) -- 探索 - this.btnExplore = Util.GetGameObject(self.gameObject, "btnExplore") + this.btnExplore = Util.GetGameObject(self.gameObject, "bg/btnExplore") this.btnExplore.gameObject:SetActive(true) this.btnExploreRed = Util.GetGameObject(this.btnExplore, "redPoint") --鸿蒙