From 37a463071d44b2595d489be1ccd1dad7e3f8a22a Mon Sep 17 00:00:00 2001 From: "guoqing.zhu" <1521292690@qq.com> Date: Wed, 15 Jun 2022 18:45:28 +0800 Subject: [PATCH] update --- assets/scripts/tips/LevelUp.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/scripts/tips/LevelUp.ts b/assets/scripts/tips/LevelUp.ts index a5d6d9bd..d5664b3a 100644 --- a/assets/scripts/tips/LevelUp.ts +++ b/assets/scripts/tips/LevelUp.ts @@ -7,6 +7,7 @@ export class LevelUp extends UIBase { public static prefabPath: string = 'prefabs/UIPrefab/levelup_anim'; init() { + // / setTimeout(() => { this.node.destroy(); }, 2000);