dababy: less gooo

This commit is contained in:
KadeDev
2021-04-10 21:21:01 -07:00
parent 8340c45a95
commit 7f64d2b2f7
3 changed files with 14 additions and 5 deletions

View File

@ -40,13 +40,16 @@ class OptionsMenu extends MusicBeatState
new AccuracyOption("Display accuracy information."),
new NPSDisplayOption("Shows your current Notes Per Second.")
]),
#if desktop
new OptionCatagory("Misc", [
#if desktop
new FPSOption("Toggle the FPS Counter"),
new ReplayOption("View replays")
new ReplayOption("View replays"),
#end
new WatermarkOption("Turn off all watermarks from the engine.")
])
#end
];
private var currentDescription:String = "";