1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00
Files
Dog-Lynx-And-HCN/shaders/RedTemprature.gdshader
T

5 lines
73 B
Plaintext
Raw Normal View History

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