diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx index 775f3c25b..978bacab8 100644 --- a/source/funkin/play/PlayState.hx +++ b/source/funkin/play/PlayState.hx @@ -568,7 +568,7 @@ class PlayState extends MusicBeatSubState var generatedMusic:Bool = false; var perfectMode:Bool = false; - static final BACKGROUND_COLOR:FlxColor = FlxColor.MAGENTA; + static final BACKGROUND_COLOR:FlxColor = FlxColor.BLACK; /** * Instantiate a new PlayState.