This commit is contained in:
2025-08-07 23:37:18 +08:00
parent 4b3cf36d95
commit 52ee731e3f
17 changed files with 1251 additions and 1134 deletions

View File

@@ -75,6 +75,9 @@ export class BattleMoveSystem extends ecs.ComblockSystem implements ecs.ISystemU
if(view.node.position.x <= FightSet.HEARTPOS){
oops.message.dispatchEvent(GameEvent.LifeChange,-1)
view.atk_heart=true
view.is_dead=true
view.BUFFCOMP.dead()
view.do_dead()
}
}
}