Skip to content

Commit

Permalink
more sound work
Browse files Browse the repository at this point in the history
  • Loading branch information
MondayHopscotch committed Apr 4, 2022
1 parent 7f97810 commit 8a713a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added assets/sfx/glass_break_louder.ogg
Binary file not shown.
Binary file added assets/sfx/glass_break_loudest.ogg
Binary file not shown.
2 changes: 1 addition & 1 deletion source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ class PlayState extends FlxTransitionableState {
item.kill();
item.active = false;

FlxG.sound.play(AssetPaths.glass_break__ogg);
FlxG.sound.play(AssetPaths.glass_break_loudest__ogg);

if (!PRACTICE) {
if (endStarted) {
Expand Down

0 comments on commit 8a713a3

Please sign in to comment.