mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-09 21:27:13 +08:00
5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
|
shader_type canvas_item;
|
||
|
|
void fragment() {
|
||
|
|
COLOR.r=1.0;
|
||
|
|
COLOR.a*=0.5;
|
||
|
|
}
|