Skip to content

Commit

Permalink
Update FreeplayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowMario committed Dec 26, 2023
1 parent b344230 commit a1d9aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/FreeplayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class FreeplayState extends MusicBeatState
player.switchPlayMusic();

FlxG.sound.playMusic(Paths.music('freakyMenu'), 0);
FlxTween.tween(FlxG.sound, {volume: 1}, 2);
FlxTween.tween(FlxG.sound.music, {volume: 1}, 1);
}
else
{
Expand Down

0 comments on commit a1d9aee

Please sign in to comment.