project_teddy/addons/zylann.hterrain/tools/brush/no_blend.gdshader

7 lines
105 B
Text
Raw Normal View History

2023-04-11 13:31:11 -06:00
shader_type canvas_item;
render_mode blend_disabled;
void fragment() {
COLOR = texture(TEXTURE, UV);
}