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((
|
commands.spawn((
|
||||||
EnemySpawner {
|
EnemySpawner {
|
||||||
spawn_timer: Timer::from_seconds(START_TIME, TimerMode::Repeating),
|
spawn_timer: Timer::from_seconds(START_TIME, TimerMode::Repeating),
|
||||||
amount: 1.,
|
amount: 1.25,
|
||||||
},
|
},
|
||||||
GameObject,
|
GameObject,
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue