引导系统基本完成,开始制作 引导步骤
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user