add head-drop and collect sound

This commit is contained in:
2025-04-27 20:37:24 +02:00
parent c37dd64221
commit 70b3faca8d
5 changed files with 13 additions and 2 deletions

View File

@@ -43,6 +43,11 @@ pub struct AudioAssets {
#[asset(path = "sfx/ui/backpack_close.ogg")]
pub backpack_close: Handle<AudioSource>,
#[asset(path = "sfx/effects/head_collect.ogg")]
pub head_collect: Handle<AudioSource>,
#[asset(path = "sfx/effects/head_drop.ogg")]
pub head_drop: Handle<AudioSource>,
#[asset(path = "sfx/hit", collection(typed))]
pub hit: Vec<Handle<AudioSource>>,
#[asset(path = "sfx/heads", collection(mapped, typed))]