1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-01-21 12:07:47 +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 override function create():Void
{ {
FlxTransitionableState.skipNextTransIn = true;
super.create(); super.create();
bgColor = 0x00000000; bgColor = 0x00000000;
// Create an object for the camera to track. // Create an object for the camera to track.