zhaoyang 2 tahun lalu
induk
melakukan
4f97f761e3

+ 4 - 0
FGUIProject/assets/Store/components/Button3.xml

@@ -15,8 +15,12 @@
     <text id="n4_fqor" name="txt1" xy="31,89" pivot="0.5,0" size="36,44" font="ui://eg2y0ldpa0cftks" fontSize="32" color="#be8c52" align="center" text="值">
       <gearColor controller="button" pages="0" values="#be8c52,#000000" default="#985e2a,#000000"/>
     </text>
+    <text id="n5_l500" name="txt2" xy="9,22" pivot="0.5,0" size="10,49" font="ui://eg2y0ldpa0cftks" fontSize="36" color="#be8c52" align="center" text="">
+      <gearColor controller="button" pages="0" values="#be8c52,#000000" default="#985e2a,#000000"/>
+    </text>
   </displayList>
   <Button mode="Radio"/>
   <customProperty target="txt0" propertyId="0"/>
   <customProperty target="txt1" propertyId="0"/>
+  <customProperty target="txt2" propertyId="0"/>
 </component>

+ 4 - 3
FGUIProject/assets/Store/components/ComTab.xml

@@ -3,7 +3,7 @@
   <controller name="c1" pages="0,,1,,2,,3,,4,,5," selected="0"/>
   <displayList>
     <component id="n9_fqor" name="n9" src="fqortb1" fileName="components/Button3.xml" xy="0,0" group="n14_fqor">
-      <Button checked="true" icon="ui://p9mtgheofqortao" selectedIcon="ui://p9mtgheofqortan" controller="c1" page="1"/>
+      <Button icon="ui://p9mtgheofqortao" selectedIcon="ui://p9mtgheofqortan" controller="c1" page="1"/>
     </component>
     <component id="n10_fqor" name="n10" src="fqortb1" fileName="components/Button3.xml" xy="193,0" group="n14_fqor">
       <Button icon="ui://p9mtgheofqortak" selectedIcon="ui://p9mtgheofqortaj" controller="c1" page="2"/>
@@ -22,8 +22,9 @@
     </component>
     <component id="n13_fqor" name="n13" src="fqortb1" fileName="components/Button3.xml" xy="772,0" group="n14_fqor">
       <Button icon="ui://p9mtgheofqortam" selectedIcon="ui://p9mtgheofqortal" controller="c1" page="5"/>
-      <property target="txt0" propertyId="0" value="竞"/>
-      <property target="txt1" propertyId="0" value="技"/>
+      <property target="txt0" propertyId="0" value="花"/>
+      <property target="txt1" propertyId="0" value="令"/>
+      <property target="txt2" propertyId="0" value="飞"/>
     </component>
     <group id="n14_fqor" name="n14" xy="0,0" size="900,128" advanced="true" layout="hz" colGap="65" excludeInvisibles="true"/>
   </displayList>

+ 3 - 0
GameClient/Assets/Game/HotUpdate/FairyGUI/GenCode/Store/UI_Button3.cs

@@ -9,6 +9,7 @@ namespace UI.Store
         public GButton target;
         public GTextField m_txt0;
         public GTextField m_txt1;
+        public GTextField m_txt2;
         public const string URL = "ui://p9mtgheofqortb1";
         public const string PACKAGE_NAME = "Store";
         public const string RES_NAME = "Button3";
@@ -58,11 +59,13 @@ namespace UI.Store
         {
             m_txt0 = (GTextField)comp.GetChild("txt0");
             m_txt1 = (GTextField)comp.GetChild("txt1");
+            m_txt2 = (GTextField)comp.GetChild("txt2");
         }
         public void Dispose(bool disposeTarget = false)
         {
             m_txt0 = null;
             m_txt1 = null;
+            m_txt2 = null;
             if(disposeTarget && target != null)
             {
                 target.RemoveFromParent();

TEMPAT SAMPAH
GameClient/Assets/ResIn/UI/Store/Store_fui.bytes