Add basic game sounds

This commit is contained in:
2023-03-18 12:31:53 +01:00
parent 09125bcd2f
commit 5d92c82db4
9 changed files with 154 additions and 63 deletions

View File

@@ -9,10 +9,11 @@ rand = "0.8.5"
bevy_editor_pls = "0.3.0"
bevy_tweening = "0.7.0"
leafwing-input-manager = "0.9.0"
bevy_asset_loader = "0.15.0"
[dependencies.bevy]
version = "0.10"
features = ["wayland"]
features = ["wayland", "wav"]
# [profile.dev.package."*"]
# opt-level = 3