1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00
This commit is contained in:
2026-05-10 13:41:43 +08:00
parent 0a5041348e
commit 795996ca9e
3 changed files with 2 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
shader_type canvas_item;
uniform float prog:hint_range(0.0, 1.0, 0.1)=0;
void fragment() {
COLOR.a*=(1.0-UV.y)/prog;
}