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