This commit is contained in:
KadeDeveloper 2021-07-19 23:04:15 -07:00
parent 84c5804eda
commit 4babacde25

View File

@ -58,7 +58,7 @@ class OptionsMenu extends MusicBeatState
new MissSoundsOption("Toggle miss sounds playing when you don't hit a note."), new MissSoundsOption("Toggle miss sounds playing when you don't hit a note."),
new ScoreScreen("Show the score screen after the end of a song"), new ScoreScreen("Show the score screen after the end of a song"),
new ShowInput("Display every single input on the score screen."), new ShowInput("Display every single input on the score screen."),
new Optimization("No characters or backgrounds. Just a rhythm game, with none of the extra bells and whistles."), new Optimization("No characters or backgrounds. Just a usual rhythm game layout."),
new GraphicLoading("On startup, cache every character. Significantly decrease load times. (HIGH MEMORY)"), new GraphicLoading("On startup, cache every character. Significantly decrease load times. (HIGH MEMORY)"),
new BotPlay("Showcase your charts and mods with autoplay.") new BotPlay("Showcase your charts and mods with autoplay.")
]), ]),