mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 01:55:52 -05:00
skip transition into debug substate
This commit is contained in:
parent
e507cbd327
commit
d62042a99a
1 changed files with 2 additions and 0 deletions
|
@ -21,7 +21,9 @@ class DebugMenuSubState extends MusicBeatSubState
|
|||
|
||||
override function create():Void
|
||||
{
|
||||
FlxTransitionableState.skipNextTransIn = true;
|
||||
super.create();
|
||||
|
||||
bgColor = 0x00000000;
|
||||
|
||||
// Create an object for the camera to track.
|
||||
|
|
Loading…
Reference in a new issue