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