Skip to content

Commit

Permalink
Added movement sound
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirezmike committed Jul 28, 2024
1 parent 3ab0dea commit b7e1726
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Binary file added assets/audio/sfx/Movement.ogg
Binary file not shown.
Binary file added assets/audio/sfx/Movement.wav
Binary file not shown.
6 changes: 2 additions & 4 deletions assets/config/card.ron
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@
background: "blue",
icon: "step",

// TODO: "Movement card" sfx.
play_sfx: "audio/sfx/Projectile Hits Enemy.ogg",
play_sfx: "audio/sfx/Movement.ogg",
action: Step,
action_modifier: CardActionModifier(
remove_on_beat: 8,
Expand All @@ -86,8 +85,7 @@
background: "blue",
icon: "splits",
// TODO: "Movement card" sfx.
play_sfx: "audio/sfx/Projectile Hits Enemy.ogg",
play_sfx: "audio/sfx/Movement.ogg",
action_modifier: CardActionModifier(
remove_on_beat: 16,
),
Expand Down

0 comments on commit b7e1726

Please sign in to comment.