better comprehensibility
This commit is contained in:
@@ -661,7 +661,7 @@ class LockWeeksOption extends Option
|
|||||||
|
|
||||||
private override function updateDisplay():String
|
private override function updateDisplay():String
|
||||||
{
|
{
|
||||||
return confirm ? "Confirm" : "Reset Story Progression";
|
return confirm ? "Confirm Story Reset" : "Reset Story Progress";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -691,7 +691,7 @@ class ResetScoreOption extends Option
|
|||||||
for(key in Highscore.songCombos.keys())
|
for(key in Highscore.songCombos.keys())
|
||||||
{
|
{
|
||||||
Highscore.songCombos[key] = '';
|
Highscore.songCombos[key] = '';
|
||||||
}
|
}
|
||||||
confirm = false;
|
confirm = false;
|
||||||
trace('Save Data Wiped');
|
trace('Save Data Wiped');
|
||||||
display = updateDisplay();
|
display = updateDisplay();
|
||||||
@@ -700,6 +700,6 @@ class ResetScoreOption extends Option
|
|||||||
|
|
||||||
private override function updateDisplay():String
|
private override function updateDisplay():String
|
||||||
{
|
{
|
||||||
return confirm ? "Confirm" : "Reset Score";
|
return confirm ? "Confirm Score Reset" : "Reset Score";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ class OptionsMenu extends MusicBeatState
|
|||||||
|
|
||||||
new OptionCategory("Saved Data", [
|
new OptionCategory("Saved Data", [
|
||||||
new ResetScoreOption("Reset your score on all songs and weeks."),
|
new ResetScoreOption("Reset your score on all songs and weeks."),
|
||||||
new LockWeeksOption("Reset your storymode progress. (only Tutorial + Week 1 is unlocked)")
|
new LockWeeksOption("Reset your storymode progress. (only Tutorial + Week 1 will be unlocked)")
|
||||||
])
|
])
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user