cash heal sound

This commit is contained in:
2025-04-07 12:58:27 +02:00
parent ddbf14be9b
commit a976072ebd
4 changed files with 12 additions and 1 deletions

View File

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