Skip to content

Commit

Permalink
Update roses.hxc
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDroid authored and EliteMasterEric committed Oct 16, 2024
1 parent f2c1709 commit d2d3732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preload/scripts/songs/roses.hxc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class RosesSong extends Song {
event.cancel(); // CANCEL THE COUNTDOWN!

// Play a SFX
FunkinSound.playOnce(Paths.sound('ANGRY'), 1.0);
FunkinSound.playOnce(Paths.sound('ANGRY_TEXT_BOX'), 1.0);

PlayState.instance.currentStage.pause();

Expand Down

0 comments on commit d2d3732

Please sign in to comment.