material-maker/splash_screen/splash_screen.gdshader

6 lines
81 B
Plaintext
Raw Normal View History

2023-11-10 18:31:12 +01:00
shader_type canvas_item;
void fragment() {
COLOR=vec4(vec3(0.0), 0.75*UV.y);
}