1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00
Files
Dog-Lynx-And-HCN/shaders/TopShadow.gdshader
T

5 lines
113 B
Plaintext
Raw Normal View History

shader_type canvas_item;
uniform float prog:hint_range(0.0, 1.0, 0.1)=0;
void fragment() {
COLOR.a*=UV.y/prog;
}