1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-01-08 05:07:10 +00:00

black camera bg

This commit is contained in:
Cameron Taylor 2024-04-30 07:21:45 -04:00
parent ce93a82b53
commit 23dd9937ec

View file

@ -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.