revert: vuelve al modelo de efd18ff + ENEMY_LIFETIME 3.0 -> 4.5

This commit is contained in:
2026-05-21 13:46:25 +02:00
parent 0c8a9b744e
commit ae1d1397b1
5 changed files with 133 additions and 170 deletions
+2 -3
View File
@@ -74,10 +74,9 @@ namespace Systems::Collision {
0.0F, // sin herencia visual
Defaults::Sound::EXPLOSION,
COLOR,
Defaults::Physics::Debris::ENEMY_INTACT_TIME,
Defaults::Physics::Debris::ENEMY_LIFETIME,
Defaults::Physics::Debris::ENEMY_FRICTION,
Defaults::Physics::Debris::ENEMY_SEGMENT_MULTIPLIER,
Defaults::Physics::Debris::ENEMY_SHRINK_RATE);
Defaults::Physics::Debris::ENEMY_SEGMENT_MULTIPLIER);
}
} // anonymous namespace