Small 👍

This commit is contained in:
Rendo 2025-11-18 00:50:26 +05:00
commit 1257db9c49

View file

@ -24,7 +24,7 @@ pub fn setup_enemy_spawner(mut commands: Commands) {
commands.spawn((
EnemySpawner {
spawn_timer: Timer::from_seconds(START_TIME, TimerMode::Repeating),
amount: 1.,
amount: 1.25,
},
GameObject,
));