UI start, wave text
This commit is contained in:
parent
dece3a352f
commit
e6da44779e
4 changed files with 35 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ fn spawn_wave_ennemy(
|
|||
collectable_spawn(&mut commands, &asset_server, *collectable_type, *collectable_pos);
|
||||
}
|
||||
bubble_wave.current_wave += 1;
|
||||
lock.0 = false; // Release lock, ennemy wave is spawnned
|
||||
lock.0 = false; // Release lock, ennemy wave is spawned
|
||||
}
|
||||
|
||||
fn heal_kirby(query: Query<&mut Life, With<Kirby>>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue