mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-10 00:34:40 +00:00
skip transition into debug substate
This commit is contained in:
parent
e507cbd327
commit
d62042a99a
|
@ -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