sound effects of reloading

This commit is contained in:
2025-04-02 02:22:12 +08:00
parent 01f8128e5f
commit f967b1b0da
6 changed files with 13 additions and 2 deletions

View File

@@ -19,6 +19,11 @@ pub struct AudioAssets {
#[asset(path = "sfx/ui/selection.ogg")]
pub selection: Handle<AudioSource>,
#[asset(path = "sfx/ui/invalid.ogg")]
pub invalid: Handle<AudioSource>,
#[asset(path = "sfx/ui/reloaded.ogg")]
pub reloaded: Handle<AudioSource>,
#[asset(path = "sfx/abilities/throw.ogg")]
pub throw: Handle<AudioSource>,
#[asset(path = "sfx/abilities/throw-explosion.ogg")]