feat(fireworks): burst radial blanc al explotar enemic + tuning

This commit is contained in:
2026-05-21 17:41:10 +02:00
parent 56ce1a3236
commit 0cc1f7623a
5 changed files with 18 additions and 5 deletions
+4
View File
@@ -76,6 +76,10 @@ namespace Systems::Collision {
Defaults::Physics::Debris::ENEMY_LIFETIME,
Defaults::Physics::Debris::ENEMY_FRICTION,
Defaults::Physics::Debris::ENEMY_SEGMENT_MULTIPLIER);
// Firework burst radial des del centro de l'enemic (efecte adicional al debris).
// No heretem color: el burst usa el blanc per defecte per a un feel més lluminós.
ctx.firework_manager.spawn(ENEMY_POS);
}
} // anonymous namespace