added reset settings option

This commit is contained in:
Lucky56
2021-06-19 00:41:13 +02:00
parent e13318ca13
commit 354fa20a74
2 changed files with 58 additions and 1 deletions

View File

@ -62,7 +62,8 @@ class OptionsMenu extends MusicBeatState
new OptionCategory("Saved Data", [
new ResetScoreOption("Reset your score on all songs and weeks."),
new LockWeeksOption("Reset your storymode progress. (only Tutorial + Week 1 will be unlocked)")
new LockWeeksOption("Reset your storymode progress. (only Tutorial + Week 1 will be unlocked)"),
new ResetSettings("Reset ALL your settings.")
])
];