1 2 3 4 5 6
shader_type canvas_item; render_mode blend_disabled; void fragment() { COLOR = texture(TEXTURE, UV); }