Joey Eamigh 9989fab018
addons?
2025-10-10 14:07:23 -04:00

7 lines
110 B
Plaintext

shader_type canvas_item;
void fragment() {
float a = texture(TEXTURE, UV).a;
COLOR = vec4(a, a, a, 1.0);
}