Skip to content

Commit

Permalink
oopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Nov 20, 2024
1 parent 98535e9 commit 2f33bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2877,7 +2877,7 @@ class PlayState extends MusicBeatState {
if (Math.abs(noteMath) == noteMath)
accuracyText.color = FlxColor.CYAN;
else
accuracyText.color = FlxColor.PINK;
accuracyText.color = FlxColor.ORANGE;

accuracyText.borderStyle = FlxTextBorderStyle.OUTLINE;
accuracyText.borderSize = 1;
Expand Down

0 comments on commit 2f33bd0

Please sign in to comment.