arrow ability (#29)

This commit is contained in:
extrawurst
2025-04-18 18:04:53 +02:00
committed by GitHub
parent 2691dc129a
commit 68ea17a93a
5 changed files with 121 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ pub struct AudioAssets {
pub key_collect: Handle<AudioSource>,
#[asset(path = "sfx/abilities/gun.ogg")]
pub gun: Handle<AudioSource>,
#[asset(path = "sfx/abilities/crossbow.ogg")]
pub crossbow: Handle<AudioSource>,
#[asset(path = "sfx/effects/gate.ogg")]
pub gate: Handle<AudioSource>,
#[asset(path = "sfx/effects/cash.ogg")]