i am more dumb than before ig

haeaehaehaehaheahehaehahehaebaheaheahehafszxcbmg dfhx
This commit is contained in:
NitrogenDioxide 2021-03-11 15:39:34 +01:00 committed by GitHub
parent 0bea281646
commit 92885b80f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ class OptionsMenu extends MusicBeatState
grpControls.add(ctrl); grpControls.add(ctrl);
case 3: case 3:
FlxG.save.data.accuracyDisplay = !FlxG.save.data.accuracyDisplay; FlxG.save.data.accuracyDisplay = !FlxG.save.data.accuracyDisplay;
var ctrl:Alphabet = new Alphabet(0, (70 * curSelected) + 30, "Toggle accuracy display " + (FlxG.save.data.accuracyDisplay ? "off" : "on"), true, false) var ctrl:Alphabet = new Alphabet(0, (70 * curSelected) + 30, "Toggle accuracy display " + (FlxG.save.data.accuracyDisplay ? "off" : "on"), true, false);
ctrl.isMenuItem = true; ctrl.isMenuItem = true;
ctrl.targetY = curSelected - 3; ctrl.targetY = curSelected - 3;
grpControls.add(ctrl); grpControls.add(ctrl);