-
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)]); |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Theres a port of it in the vslice-modpack pinned on the CodenameCrew organization page |
Beta Was this translation helpful? Give feedback.
Theres a port of it in the vslice-modpack pinned on the CodenameCrew organization page