Skip to content

Commit

Permalink
Update StrumNote.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Jun 20, 2024
1 parent b2b8459 commit fb099d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/objects/userinterface/note/StrumNote.hx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class StrumNote extends FlxSprite
if (noteData > -1 && noteData < ClientPrefs.arrowRGB.length)
{
rgbPalette.r = FlxColor.fromRGB(ClientPrefs.arrowRGB[noteData][0], ClientPrefs.arrowRGB[noteData][1], ClientPrefs.arrowRGB[noteData][2]);
rgbPalette.g = rgbPalette.rCol.getDarkened(0.6);
rgbPalette.g = rgbPalette.r.getDarkened(0.6);

if (animation.curAnim.name == 'pressed')
{
Expand Down

0 comments on commit fb099d1

Please sign in to comment.