From 0bea281646d4f5bd8bffd62f9ca8d25a88a477ff Mon Sep 17 00:00:00 2001 From: NitrogenDioxide <45130240+Kiffolisk@users.noreply.github.com> Date: Thu, 11 Mar 2021 15:18:58 +0100 Subject: [PATCH 1/2] IM DUMB SORRY --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 2d4f0a5..3d43900 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -1342,7 +1342,7 @@ class PlayState extends MusicBeatState } else { - scoreTxt.text = "Score:" + songScore); + scoreTxt.text = "Score:" + songScore; } if (FlxG.keys.justPressed.ENTER && startedCountdown && canPause) { From 92885b80f24558efe09937b39b96f8280dd6ead4 Mon Sep 17 00:00:00 2001 From: NitrogenDioxide <45130240+Kiffolisk@users.noreply.github.com> Date: Thu, 11 Mar 2021 15:39:34 +0100 Subject: [PATCH 2/2] i am more dumb than before ig haeaehaehaehaheahehaehahehaebaheaheahehafszxcbmg dfhx --- source/OptionsMenu.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/OptionsMenu.hx b/source/OptionsMenu.hx index 1c21fa7..cce0880 100644 --- a/source/OptionsMenu.hx +++ b/source/OptionsMenu.hx @@ -124,7 +124,7 @@ class OptionsMenu extends MusicBeatState grpControls.add(ctrl); case 3: 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.targetY = curSelected - 3; grpControls.add(ctrl);