feat: Add phase end sound effect (#64)
This commit is contained in:
@@ -14,7 +14,7 @@ codegen-units = 1
|
||||
lto = "thin"
|
||||
|
||||
[dependencies]
|
||||
bevy = "0.17.2"
|
||||
bevy = { version = "0.17.2", features = ["mp3"] }
|
||||
bevy_aseprite_ultra = "0.7.0"
|
||||
bevy_dev_tools = "0.17.2"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user