mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-22 23:57:50 -05:00
black camera bg
This commit is contained in:
parent
ce93a82b53
commit
23dd9937ec
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ class PlayState extends MusicBeatSubState
|
||||||
var generatedMusic:Bool = false;
|
var generatedMusic:Bool = false;
|
||||||
var perfectMode:Bool = false;
|
var perfectMode:Bool = false;
|
||||||
|
|
||||||
static final BACKGROUND_COLOR:FlxColor = FlxColor.MAGENTA;
|
static final BACKGROUND_COLOR:FlxColor = FlxColor.BLACK;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instantiate a new PlayState.
|
* Instantiate a new PlayState.
|
||||||
|
|
Loading…
Reference in a new issue