ソースを参照

主界面替换资源

zhaoyang 2 年 前
コミット
72aeb6977a

+ 10 - 10
FGUIProject/assets/Main/MainUI.xml

@@ -25,27 +25,27 @@
     <component id="n46_lh8v" name="btnDailyLogin" src="ox5bf5" fileName="components/Button2.xml" xy="24,305" group="n52_qqat" visible="false">
       <relation target="" sidePair="left-left,top-top"/>
     </component>
-    <component id="n5_q08x" name="btnHuanZhuang" src="q08xu" fileName="components/ButtonModle1.xml" xy="22,1644" group="n52_qqat">
+    <component id="n4_q08x" name="btnMain" src="q08xu" fileName="components/ButtonModle1.xml" xy="720,1587" size="360,274" group="n52_qqat">
+      <relation target="" sidePair="bottom-bottom"/>
+      <Button icon="ui://mfvz4q8kv482fm"/>
+    </component>
+    <component id="n5_q08x" name="btnHuanZhuang" src="q08xu" fileName="components/ButtonModle1.xml" xy="25,1644" group="n52_qqat">
       <relation target="" sidePair="bottom-bottom"/>
       <Button icon="ui://mfvz4q8kv482fn"/>
     </component>
-    <component id="n7_q08x" name="btnXiuFang" src="q08xu" fileName="components/ButtonModle1.xml" xy="202,1644" group="n52_qqat">
+    <component id="n7_q08x" name="btnXiuFang" src="q08xu" fileName="components/ButtonModle1.xml" xy="208,1644" group="n52_qqat">
       <relation target="" sidePair="bottom-bottom"/>
       <Button icon="ui://mfvz4q8kv482fo"/>
     </component>
-    <component id="n8_q08x" name="btnCiPai" src="q08xu" fileName="components/ButtonModle1.xml" xy="382,1644" group="n52_qqat">
+    <component id="n8_q08x" name="btnCiPai" src="q08xu" fileName="components/ButtonModle1.xml" xy="391,1644" group="n52_qqat">
       <relation target="" sidePair="bottom-bottom"/>
       <Button icon="ui://mfvz4q8kv482fp"/>
     </component>
-    <component id="n6_q08x" name="btnZhaiXing" src="q08xu" fileName="components/ButtonModle1.xml" xy="562,1644" group="n52_qqat">
+    <component id="n6_q08x" name="btnZhaiXing" src="q08xu" fileName="components/ButtonModle1.xml" xy="574,1644" group="n52_qqat">
       <relation target="" sidePair="bottom-bottom"/>
       <Button icon="ui://mfvz4q8kv482fq"/>
     </component>
-    <component id="n4_q08x" name="btnMain" src="q08xu" fileName="components/ButtonModle1.xml" xy="720,1587" size="360,274" group="n52_qqat">
-      <relation target="" sidePair="bottom-bottom"/>
-      <Button icon="ui://mfvz4q8kv482fm"/>
-    </component>
-    <group id="n52_qqat" name="grpLeft" xy="22,160" size="1058,1701" group="n59_oju1" advanced="true"/>
+    <group id="n52_qqat" name="grpLeft" xy="24,160" size="1056,1701" group="n59_oju1" advanced="true"/>
     <component id="n44_n3xh" name="btnStudio" src="q08xu" fileName="components/ButtonModle1.xml" xy="1838,640" size="77,255" group="n58_oju1">
       <relation target="" sidePair="middle-middle"/>
       <Button icon="ui://mfvz4q8kv482ft"/>
@@ -63,7 +63,7 @@
       <Button icon="ui://mfvz4q8kwonohg"/>
     </component>
     <group id="n58_oju1" name="grpRight" xy="1576,640" size="506,1187" group="n59_oju1" advanced="true"/>
-    <group id="n59_oju1" name="grpMove" xy="22,160" size="2060,1701" advanced="true"/>
+    <group id="n59_oju1" name="grpMove" xy="24,160" size="2058,1701" advanced="true"/>
   </displayList>
   <transition name="t1">
     <item time="0" type="Alpha" target="n57_oju1" tween="true" startValue="1" endValue="0" duration="6" ease="Linear"/>

+ 4 - 4
GameClient/Assets/Game/HotUpdate/FairyGUI/GenCode/Main/UI_MainUI.cs

@@ -13,11 +13,11 @@ namespace UI.Main
         public GGroup m_grpList;
         public UI_ComponentHeadBar m_headBar;
         public UI_Button2 m_btnDailyLogin;
+        public UI_ButtonModle1 m_btnMain;
         public UI_ButtonModle1 m_btnHuanZhuang;
         public UI_ButtonModle1 m_btnXiuFang;
         public UI_ButtonModle1 m_btnCiPai;
         public UI_ButtonModle1 m_btnZhaiXing;
-        public UI_ButtonModle1 m_btnMain;
         public GGroup m_grpLeft;
         public UI_ButtonModle1 m_btnStudio;
         public UI_ButtonModle1 m_btnField;
@@ -80,11 +80,11 @@ namespace UI.Main
             m_grpList = (GGroup)comp.GetChild("grpList");
             m_headBar = (UI_ComponentHeadBar)UI_ComponentHeadBar.Create(comp.GetChild("headBar"));
             m_btnDailyLogin = (UI_Button2)UI_Button2.Create(comp.GetChild("btnDailyLogin"));
+            m_btnMain = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnMain"));
             m_btnHuanZhuang = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnHuanZhuang"));
             m_btnXiuFang = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnXiuFang"));
             m_btnCiPai = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnCiPai"));
             m_btnZhaiXing = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnZhaiXing"));
-            m_btnMain = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnMain"));
             m_grpLeft = (GGroup)comp.GetChild("grpLeft");
             m_btnStudio = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnStudio"));
             m_btnField = (UI_ButtonModle1)UI_ButtonModle1.Create(comp.GetChild("btnField"));
@@ -106,6 +106,8 @@ namespace UI.Main
             m_headBar = null;
             m_btnDailyLogin.Dispose();
             m_btnDailyLogin = null;
+            m_btnMain.Dispose();
+            m_btnMain = null;
             m_btnHuanZhuang.Dispose();
             m_btnHuanZhuang = null;
             m_btnXiuFang.Dispose();
@@ -114,8 +116,6 @@ namespace UI.Main
             m_btnCiPai = null;
             m_btnZhaiXing.Dispose();
             m_btnZhaiXing = null;
-            m_btnMain.Dispose();
-            m_btnMain = null;
             m_grpLeft = null;
             m_btnStudio.Dispose();
             m_btnStudio = null;

BIN
GameClient/Assets/ResIn/UI/Main/Main_atlas0!a.png


BIN
GameClient/Assets/ResIn/UI/Main/Main_atlas0.png


BIN
GameClient/Assets/ResIn/UI/Main/Main_atlas0_1!a.png


BIN
GameClient/Assets/ResIn/UI/Main/Main_atlas0_1.png


BIN
GameClient/Assets/ResIn/UI/Main/Main_fui.bytes