This commit is contained in:
2025-08-17 12:28:38 +08:00
parent e5874bf936
commit ba61724a08
2 changed files with 2 additions and 3 deletions

View File

@@ -145,7 +145,6 @@ export class HeroViewComp extends CCComp {
}
/* 显示角色血量 */
this.node.getChildByName("top").getChildByName("hp").active = true;
this.add_shield(100)
}
update(dt: number){