brought back the week locking

This commit is contained in:
Lucky56
2021-06-17 18:02:20 +02:00
parent 19134e6694
commit b6953ec111
6 changed files with 53 additions and 20 deletions

View File

@ -58,6 +58,11 @@ class OptionsMenu extends MusicBeatState
new FlashingLightsOption("Toggle flashing lights that can cause epileptic seizures and strain."),
new WatermarkOption("Enable and disable all watermarks from the engine."),
new BotPlay("Showcase your charts and mods with autoplay.")
]),
new OptionCategory("Saved Data", [
new LockWeeksOption("Lock all weeks. (exept Tutorial of course)")
// TODO reset score
])
];