Help with shaders
#506
|
So i'm trying to recreate Darnel bf mix and when i import the rain shader and code it to the game, but when i play the song the screen looks like dark grey. here is the code that i wrote (i put this code in a stage with a script: var rainShader:CustomShader = null; rainShader = new CustomShader('rain'); var obj = new FlxSprite(0, 0).makeGraphic(FlxG.width ,FlxG.height, FlxColor.WHITE); FlxG.camera.setFilters([new ShaderFilter(obj.shader)]); |
Answered by
NeeEoo
Dec 16, 2024
Replies: 1 comment 3 replies
|
Theres a port of it in the vslice-modpack pinned on the CodenameCrew organization page |
3 replies
Answer selected by
SammuXDD
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Theres a port of it in the vslice-modpack pinned on the CodenameCrew organization page