fix: fixes the initial camera position on the debug menu

This commit is contained in:
Cameron Taylor 2024-10-25 13:54:27 -04:00
parent 76c8c8b520
commit 090ddd1f1c

View file

@ -67,6 +67,7 @@ class DebugMenuSubState extends MusicBeatSubState
#if sys
createItem("OPEN CRASH LOG FOLDER", openLogFolder);
#end
onMenuChange(items.members[0]);
FlxG.camera.focusOn(new FlxPoint(camFocusPoint.x, camFocusPoint.y + 500));
}