dzduole 1 月之前
父節點
當前提交
cba5b6433a

+ 6 - 12
art/fgui/assets/loading/UILoading.xml

@@ -8,20 +8,14 @@
       <relation target="" sidePair="width-width,center-center"/>
       <ProgressBar value="100" max="100"/>
     </component>
-    <image id="n13_hkrz" name="n13" src="hkrz1s" fileName="assets/logo.png" xy="419,275" size="496,200" group="n18_ghnw"/>
-    <text id="n4_g4jo" name="txtLoad" xy="292,599" size="750,36" group="n18_ghnw" fontSize="26" color="#ffffff" align="center" letterSpacing="6" autoSize="none" strokeColor="#000000" text="Loading...">
-      <relation target="" sidePair="center-center"/>
-    </text>
-    <text id="n19_8x78" name="n19" xy="360,690" size="696,64" group="n18_ghnw" fontSize="20" color="#ffffff" align="center" vAlign="middle" leading="5" autoSize="none" text="Play games in moderation to sharpen your mind; overindulgence harms your health. Manage time wisely and embrace a healthy lifestyle.">
-      <relation target="" sidePair="center-center"/>
-    </text>
-    <text id="n20_8x78" name="n20" xy="610,660" size="114,32" group="n18_ghnw" fontSize="22" color="#ffffff" leading="20" letterSpacing="2" text="Game tip">
-      <relation target="" sidePair="center-center"/>
-    </text>
-    <text id="n5_vkta" name="t_d" xy="454,563" size="292,30" group="n18_ghnw" visible="false" fontSize="20" color="#ffffff" align="center" vAlign="middle" autoSize="none" strokeColor="#000000" text="Powered by LayaAir Engine">
+    <image id="n13_hkrz" name="n13" src="hkrz1s" fileName="assets/logo.png" xy="419,89" size="496,200" group="n18_ghnw">
+      <relation target="" sidePair="center-center,top-top%"/>
+    </image>
+    <text id="n4_g4jo" name="txtLoad" xy="292,599" size="750,36" group="n18_ghnw" font="FangSong" fontSize="26" color="#ffffff" align="center" letterSpacing="6" autoSize="none" bold="true" strokeColor="#000000" text="Loading...">
       <relation target="" sidePair="center-center"/>
+      <relation target="n13_hkrz" sidePair=""/>
     </text>
-    <group id="n18_ghnw" name="n18" xy="0,275" size="1334,479" advanced="true">
+    <group id="n18_ghnw" name="n18" xy="0,89" size="1334,558" advanced="true">
       <relation target="" sidePair="width-width,center-center"/>
     </group>
   </displayList>

二進制
client/laya/bin/fgui/loading.obj


+ 0 - 3
client/laya/bin/js/bundle.js

@@ -15095,9 +15095,6 @@
             this.loadinfo = (this.getChild("loadinfo"));
             this.n13 = (this.getChild("n13"));
             this.txtLoad = (this.getChild("txtLoad"));
-            this.n19 = (this.getChild("n19"));
-            this.n20 = (this.getChild("n20"));
-            this.t_d = (this.getChild("t_d"));
             this.n18 = (this.getChild("n18"));
         }
     }

File diff suppressed because it is too large
+ 0 - 0
client/laya/bin/js/bundle.js.map


+ 0 - 6
client/laya/src/fgui/res/loading/ui_UILoading.ts

@@ -8,9 +8,6 @@ export default class ui_UILoading extends fgui.GComponent {
 	public loadinfo:ui_loadinfo;
 	public n13:fgui.GImage;
 	public txtLoad:fgui.GTextField;
-	public n19:fgui.GTextField;
-	public n20:fgui.GTextField;
-	public t_d:fgui.GTextField;
 	public n18:fgui.GGroup;
 	public static URL:string = "ui://37nctnhwphc33";
 
@@ -23,9 +20,6 @@ export default class ui_UILoading extends fgui.GComponent {
 		this.loadinfo = <ui_loadinfo>(this.getChild("loadinfo"));
 		this.n13 = <fgui.GImage>(this.getChild("n13"));
 		this.txtLoad = <fgui.GTextField>(this.getChild("txtLoad"));
-		this.n19 = <fgui.GTextField>(this.getChild("n19"));
-		this.n20 = <fgui.GTextField>(this.getChild("n20"));
-		this.t_d = <fgui.GTextField>(this.getChild("t_d"));
 		this.n18 = <fgui.GGroup>(this.getChild("n18"));
 	}
 }

Some files were not shown because too many files changed in this diff