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 62de2a0345
commit 3473aba089
@@ -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));
}