First sound! Added ship explosion sound effect
It's a simple one-shot sound clip that gets dispatched as one more part of the ship impact routine. The GameAssets struct has been updated to have an array of handles for audio assets (just the one, for now). This sound file, and the next several, are all from Kenney (www.kenney.nl).
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -242,7 +242,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "asteroids"
|
||||
version = "0.6.0-dev1"
|
||||
version = "0.6.0-dev2"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy-inspector-egui",
|
||||
|
||||
Reference in New Issue
Block a user