Skip to content

Commit 89084e5

Browse files
authored
Update music URL in FlxFSM (#383)
1 parent 1ff65d6 commit 89084e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Features/FlxFSM/source/PlayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class PlayState extends FlxState
3232

3333
// Music by 8-BITek
3434
// Licensed under CC BY-NC-ND 3.0
35-
// https://www.newgrounds.com/audio/listen/1341678
35+
// https://www.newgrounds.com/audio/listen/1335530
3636
FlxG.sound.playMusic("assets/sounds/happynewyear", 0);
3737
FlxG.sound.music.fadeIn(2, 0, 0.2);
3838

0 commit comments

Comments
 (0)