material-maker/splash_screen/splash_screen_bottom.gdshader

6 lines
81 B
Plaintext
Raw Permalink Normal View History

2023-06-24 14:04:03 +02:00
shader_type canvas_item;
void fragment() {
COLOR=vec4(vec3(0.0), 0.75*UV.y);
}