Browse Source

抽卡特效

zhaoyang 3 years ago
parent
commit
e885e36da4

+ 1 - 1
FGUIProject/assets/Guide/GuideUI.xml

@@ -5,7 +5,7 @@
       <relation target="" sidePair="width-width,height-height"/>
       <relation target="" sidePair="width-width,height-height"/>
     </component>
     </component>
     <component id="n15_tu96" name="rectFrame" src="tu96f" fileName="components/Component3.xml" xy="404,798" touchable="false"/>
     <component id="n15_tu96" name="rectFrame" src="tu96f" fileName="components/Component3.xml" xy="404,798" touchable="false"/>
-    <component id="n17_tu96" name="compTxt" src="tu96d" fileName="components/Component1.xml" xy="182,1099" size="700,200" touchable="false"/>
+    <component id="n17_tu96" name="compTxt" src="tu96d" fileName="components/Component1.xml" xy="182,1099" touchable="false"/>
     <image id="n18_a5x3" name="rectFrameTemp" src="tu96c" fileName="images/yd_tykuang_2.png" xy="272,822"/>
     <image id="n18_a5x3" name="rectFrameTemp" src="tu96c" fileName="images/yd_tykuang_2.png" xy="272,822"/>
   </displayList>
   </displayList>
 </component>
 </component>

+ 2 - 0
FGUIProject/assets/LuckyBox/components/ComStar.xml

@@ -9,5 +9,7 @@
     <image id="n2_l5nz" name="n2" src="l5nzn" fileName="images/cj_xk_xx.png" xy="0,0" pivot="0.5,0.5">
     <image id="n2_l5nz" name="n2" src="l5nzn" fileName="images/cj_xk_xx.png" xy="0,0" pivot="0.5,0.5">
       <gearDisplay controller="c1" pages="1"/>
       <gearDisplay controller="c1" pages="1"/>
     </image>
     </image>
+    <graph id="n5_tt1q" name="holder" xy="38,38" size="1,1"/>
+    <graph id="n6_tt1q" name="holder1" xy="38,38" size="1,1"/>
   </displayList>
   </displayList>
 </component>
 </component>

+ 6 - 0
GameClient/Assets/Game/HotUpdate/FairyGUI/GenCode/LuckyBox/UI_ComStar.cs

@@ -9,6 +9,8 @@ namespace UI.LuckyBox
         public GComponent target;
         public GComponent target;
         public Controller m_c1;
         public Controller m_c1;
         public GImage m_imgLine;
         public GImage m_imgLine;
+        public GGraph m_holder;
+        public GGraph m_holder1;
         public const string URL = "ui://drx9d1usl5nzq";
         public const string URL = "ui://drx9d1usl5nzq";
         public const string PACKAGE_NAME = "LuckyBox";
         public const string PACKAGE_NAME = "LuckyBox";
         public const string RES_NAME = "ComStar";
         public const string RES_NAME = "ComStar";
@@ -58,11 +60,15 @@ namespace UI.LuckyBox
         {
         {
             m_c1 = comp.GetController("c1");
             m_c1 = comp.GetController("c1");
             m_imgLine = (GImage)comp.GetChild("imgLine");
             m_imgLine = (GImage)comp.GetChild("imgLine");
+            m_holder = (GGraph)comp.GetChild("holder");
+            m_holder1 = (GGraph)comp.GetChild("holder1");
         }
         }
         public void Dispose(bool disposeTarget = false)
         public void Dispose(bool disposeTarget = false)
         {
         {
             m_c1 = null;
             m_c1 = null;
             m_imgLine = null;
             m_imgLine = null;
+            m_holder = null;
+            m_holder1 = null;
             if(disposeTarget && target != null)
             if(disposeTarget && target != null)
             {
             {
                 target.RemoveFromParent();
                 target.RemoveFromParent();

BIN
GameClient/Assets/ResIn/UI/Guide/Guide_fui.bytes


BIN
GameClient/Assets/ResIn/UI/LuckyBox/LuckyBox_fui.bytes