Exercises
Don't forget to checkout the branch:
git checkout 09-sound-effects
Let's review what was changed: https://github.com/vleue/bevy_workshop-rustweek-2025/compare/08-player-actions..09-sound-effects
Explosions
Add sound for asteroid and ship explosions.
Tips:
Other Events
Add sound for game start, winning and losing.
Tips:
Background Music
Add a background music
Tips:
- You can use
PlaybackSettings::LOOP
to play a looping audio - You can set the volume lower than the default with
PlaybackSettings::with_volume