mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-05 11:17:13 +08:00
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
|
|
shader_type canvas_item;
|
||
|
|
uniform float prog:hint_range(0.0, 1.0, 0.1)=0;
|
||
|
|
void fragment() {
|
||
|
|
COLOR.a*=UV.y/prog;
|
||
|
|
}
|