Browse Source

换装引导优化

zhaoyang 2 years ago
parent
commit
4e3bd01138

+ 5 - 5
FGUIProject/assets/DressUp/DressUpUI.xml

@@ -15,7 +15,7 @@
     <loader id="n31_8lqj" name="loaShow" xy="0,0" size="1080,1920" visible="false">
       <relation target="" sidePair="width-width,height-height"/>
     </loader>
-    <component id="n28_8lqj" name="btnShow" src="f4xv3o" fileName="components/Button6.xml" xy="56,1633" size="84,87" visible="false">
+    <component id="n28_8lqj" name="btnShow" src="f4xv3o" fileName="components/Button6.xml" xy="56,1610" size="84,87" visible="false">
       <relation target="" sidePair="left-left,bottom-bottom"/>
       <Button icon="ui://mbo439wbrc0744"/>
     </component>
@@ -68,14 +68,14 @@
     <component id="n21_f4xv" name="btnNextStep" src="f4xv3o" fileName="components/Button6.xml" xy="56,1413" group="n34_wono" visible="false">
       <Button icon="ui://mbo439wbq08xl"/>
     </component>
-    <component id="n22_f4xv" name="btnDelete" src="f4xv3o" fileName="components/Button6.xml" xy="56,1326" group="n34_wono">
-      <Button icon="ui://mbo439wbq08xn"/>
+    <component id="n29_8lqj" name="btnHide" src="f4xv3o" fileName="components/Button6.xml" xy="56,1326" group="n34_wono">
+      <Button icon="ui://mbo439wbrc0743"/>
     </component>
     <component id="n23_f4xv" name="btnSearch" src="f4xv3o" fileName="components/Button6.xml" xy="56,1468" group="n34_wono">
       <Button icon="ui://mbo439wbq08xo"/>
     </component>
-    <component id="n29_8lqj" name="btnHide" src="f4xv3o" fileName="components/Button6.xml" xy="56,1610" group="n34_wono">
-      <Button icon="ui://mbo439wbrc0743"/>
+    <component id="n22_f4xv" name="btnDelete" src="f4xv3o" fileName="components/Button6.xml" xy="56,1610" group="n34_wono">
+      <Button icon="ui://mbo439wbq08xn"/>
     </component>
     <group id="n34_wono" name="n34" xy="27,1019" size="157,701" group="n30_8lqj" advanced="true" layout="vt" lineGap="32" excludeInvisibles="true">
       <relation target="" sidePair="left-left,bottom-bottom"/>

+ 6 - 6
GameClient/Assets/Game/HotUpdate/FairyGUI/GenCode/DressUp/UI_DressUpUI.cs

@@ -25,9 +25,9 @@ namespace UI.DressUp
         public GButton m_btnPhoto;
         public GButton m_btnLastStep;
         public GButton m_btnNextStep;
-        public GButton m_btnDelete;
-        public GButton m_btnSearch;
         public GButton m_btnHide;
+        public GButton m_btnSearch;
+        public GButton m_btnDelete;
         public GGroup m_grpContent;
         public const string URL = "ui://mbo439wbq08x0";
         public const string PACKAGE_NAME = "DressUp";
@@ -94,9 +94,9 @@ namespace UI.DressUp
             m_btnPhoto = (GButton)comp.GetChild("btnPhoto");
             m_btnLastStep = (GButton)comp.GetChild("btnLastStep");
             m_btnNextStep = (GButton)comp.GetChild("btnNextStep");
-            m_btnDelete = (GButton)comp.GetChild("btnDelete");
-            m_btnSearch = (GButton)comp.GetChild("btnSearch");
             m_btnHide = (GButton)comp.GetChild("btnHide");
+            m_btnSearch = (GButton)comp.GetChild("btnSearch");
+            m_btnDelete = (GButton)comp.GetChild("btnDelete");
             m_grpContent = (GGroup)comp.GetChild("grpContent");
         }
         public void Dispose(bool disposeTarget = false)
@@ -123,9 +123,9 @@ namespace UI.DressUp
             m_btnPhoto = null;
             m_btnLastStep = null;
             m_btnNextStep = null;
-            m_btnDelete = null;
-            m_btnSearch = null;
             m_btnHide = null;
+            m_btnSearch = null;
+            m_btnDelete = null;
             m_grpContent = null;
             if(disposeTarget && target != null)
             {

BIN
GameClient/Assets/ResIn/UI/DressUp/DressUp_fui.bytes