mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-21 20:39:52 -04:00
Remove options from the debug menu
This commit is contained in:
parent
909d456b28
commit
76b7baa44a
1 changed files with 3 additions and 3 deletions
|
@ -55,10 +55,10 @@ class DebugMenuSubState extends MusicBeatSubState
|
|||
// Create each menu item.
|
||||
// Call onMenuChange when the first item is created to move the camera .
|
||||
onMenuChange(createItem("CHART EDITOR", openChartEditor));
|
||||
createItem("Input Offset Testing", openInputOffsetTesting);
|
||||
// createItem("Input Offset Testing", openInputOffsetTesting);
|
||||
createItem("ANIMATION EDITOR", openAnimationEditor);
|
||||
createItem("STAGE EDITOR", openStageEditor);
|
||||
createItem("TEST STICKERS", testStickers);
|
||||
// createItem("STAGE EDITOR", openStageEditor);
|
||||
// createItem("TEST STICKERS", testStickers);
|
||||
#if sys
|
||||
createItem("OPEN CRASH LOG FOLDER", openLogFolder);
|
||||
#end
|
||||
|
|
Loading…
Reference in a new issue