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

7 lines
105 B
Plaintext

shader_type canvas_item;
render_mode blend_disabled;
void fragment() {
COLOR = texture(TEXTURE, UV);
}