This commit is contained in:
guoqing.zhu 2022-06-15 18:45:28 +08:00
parent d9fe892303
commit 37a463071d

View File

@ -7,6 +7,7 @@ export class LevelUp extends UIBase {
public static prefabPath: string = 'prefabs/UIPrefab/levelup_anim'; public static prefabPath: string = 'prefabs/UIPrefab/levelup_anim';
init() { init() {
// /
setTimeout(() => { setTimeout(() => {
this.node.destroy(); this.node.destroy();
}, 2000); }, 2000);