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