Flat Fire Shader Tutorial - Godot 4
COLOR.a = step(texture(noise, UV + vec2(0.0, TIME)).r, UV.y);
Bam shader
COLOR.a = step(texture(noise, UV + vec2(0.0, TIME)).r, UV.y);
Bam shader