UI start, wave text
All checks were successful
Build Bevy Game (Linux + Windows) / build-windows (push) Successful in 18m17s
Build Bevy Game (Linux + Windows) / build-linux (push) Successful in 18m37s

This commit is contained in:
Crizomb 2026-01-04 18:30:09 +01:00
parent dece3a352f
commit e6da44779e
4 changed files with 35 additions and 1 deletions

View file

@ -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>>) {