1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-23 20:12:30 +08:00
Files

5 lines
73 B
Plaintext
Raw Permalink Normal View History

shader_type canvas_item;
void fragment() {
COLOR.r=1.0;
COLOR.a*=0.7;
}