Skip to content

Commit

Permalink
Update ColorSwap.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Jan 2, 2024
1 parent d870dae commit 01137be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/shaders/ColorSwap.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package shaders;
import flixel.system.FlxAssets.FlxShader;

/**
* Port of https://www.shadertoy.com/view/sslyDB
* Stripped down version of https://github.com/FNF-CNE-Devs/YoshiCrafterEngine/blob/main/source/NoteShader.hx
*/
class ColorSwap {
public var shader(default, null):ColorSwapShader = new ColorSwapShader();
Expand Down

0 comments on commit 01137be

Please sign in to comment.