✍️ Exercises
Don't forget to checkout the branch:
git checkout 10-visual-effects
Let's review what was changed: https://github.com/vleue/bevy_workshop-rustweek-2025/compare/09-sound-effects..10-visual-effects
New Ship
Let's add a shader displaying an effect when the a new ship is spawned.
Tips:
- Use the time the ship was spawned in the material
- Try to find a cool effect on https://www.shadertoy.com and port it