Small 👍
This commit is contained in:
parent
a34085655a
commit
1257db9c49
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue