OOPS IM STUPID

This commit is contained in:
CyndaquilDAC 2021-05-16 14:44:31 -05:00
parent 2912e0703e
commit 3fc3a03cbd
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ class ResetButtonOption extends Option
private override function updateDisplay():String
{
return "Reset Button " + (!FlxG.save.data.distractions ? "off" : "on");
return "Reset Button " + (!FlxG.save.data.resetButton ? "off" : "on");
}
}

View File

@ -30,7 +30,7 @@ class OptionsMenu extends MusicBeatState
#end
new ScrollSpeedOption("Change your scroll speed (Left for -0.1, right for +0.1. If it's at 1, it will be chart dependent)"),
new AccuracyDOption("Change how accuracy is calculated. (Accurate = Simple, Complex = Milisecond Based)"),
new ResetButtonOption("Enable and disable pressing R to gameover."),
new ResetButtonOption("Toggle pressing R to gameover."),
// new OffsetMenu("Get a note offset based off of your inputs!"),
new CustomizeGameplay("Drag'n'Drop Gameplay Modules around to your preference")
]),