added reset settings option
This commit is contained in:
@ -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.")
|
||||
])
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user