woso_javan преди 1 месец
родител
ревизия
8cc055900e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      assets/module_storm_sunder/Prefabs/UI/Match/UI_BattleMatch_Impl.ts

+ 1 - 1
assets/module_storm_sunder/Prefabs/UI/Match/UI_BattleMatch_Impl.ts

@@ -13,7 +13,7 @@ const { ccclass, property } = _decorator;
 @ccclass('UI_BattleMatch_Impl')
 export class UI_BattleMatch_Impl extends UI_BattleRevive {
     animationDuration: number = 1.0; // 动画总时长
-    private baseText: string = "Loading";
+    private baseText: string = "Matching";
     private animationTween: Tween<any> = null;
     private matchText: Label = null;
     constructor() {