1
0
Fork 0
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:
Cameron Taylor 2023-12-11 17:38:16 -05:00
parent e507cbd327
commit d62042a99a

View file

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