Skip to content

Commit

Permalink
Use quieter SFX (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim authored Aug 10, 2024
1 parent 54302a1 commit 3992ee7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file modified assets/audio/sfx/button_hover.ogg
Binary file not shown.
Binary file modified assets/audio/sfx/button_press.ogg
Binary file not shown.
1 change: 1 addition & 0 deletions src/screens/credits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ fn show_credits_screen(mut commands: Commands) {
children.header("Assets");
children.label("Bevy logo - All rights reserved by the Bevy Foundation. Permission granted for splash screen use when unmodified.");
children.label("Ducky sprite - CC0 by Caz Creates Games");
children.label("Button SFX - CC0 by Jaszunio15");
children.label("Music - CC BY 3.0 by Kevin MacLeod");

children.button("Back").observe(enter_title);
Expand Down

0 comments on commit 3992ee7

Please sign in to comment.