Skip to content

Commit

Permalink
this was stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Nov 10, 2024
1 parent a058c88 commit 18777d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Note.hx
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ class Note extends FlxSprite
case 'Rainbow':
var superCoolColor = new FlxColor(0xFFFF0000);
superCoolColor.hue = (strumTime / 5000 * 360) % 360;
var coolDarkColor = superCoolColor;
rgbShader.r = superCoolColor;
rgbShader.g = FlxColor.WHITE;
rgbShader.b = superCoolColor.getDarkened(0.7);
Expand Down

0 comments on commit 18777d2

Please sign in to comment.