woso_javan 1 месяц назад
Родитель
Сommit
8cc055900e

+ 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() {