引导系统基本完成,开始制作 引导步骤

This commit is contained in:
2025-08-24 23:40:37 +08:00
parent d693499397
commit 6a29821a7b
46 changed files with 11593 additions and 8594 deletions

View File

@@ -21,6 +21,8 @@ export class HCardUICom extends CCComp {
}
protected onLoad(): void {
this.on(GameEvent.UpdateHero,this.to_update_hero,this)
this.on(GameEvent.HeroUnlock,this.to_update_hero,this)
this.on(GameEvent.HeroLvUp,this.to_update_hero,this)
}
update(deltaTime: number) {