mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-17 12:23:36 +00:00
Remove options from the debug menu
This commit is contained in:
parent
909d456b28
commit
76b7baa44a
|
@ -55,10 +55,10 @@ class DebugMenuSubState extends MusicBeatSubState
|
||||||
// Create each menu item.
|
// Create each menu item.
|
||||||
// Call onMenuChange when the first item is created to move the camera .
|
// Call onMenuChange when the first item is created to move the camera .
|
||||||
onMenuChange(createItem("CHART EDITOR", openChartEditor));
|
onMenuChange(createItem("CHART EDITOR", openChartEditor));
|
||||||
createItem("Input Offset Testing", openInputOffsetTesting);
|
// createItem("Input Offset Testing", openInputOffsetTesting);
|
||||||
createItem("ANIMATION EDITOR", openAnimationEditor);
|
createItem("ANIMATION EDITOR", openAnimationEditor);
|
||||||
createItem("STAGE EDITOR", openStageEditor);
|
// createItem("STAGE EDITOR", openStageEditor);
|
||||||
createItem("TEST STICKERS", testStickers);
|
// createItem("TEST STICKERS", testStickers);
|
||||||
#if sys
|
#if sys
|
||||||
createItem("OPEN CRASH LOG FOLDER", openLogFolder);
|
createItem("OPEN CRASH LOG FOLDER", openLogFolder);
|
||||||
#end
|
#end
|
||||||
|
|
Loading…
Reference in a new issue