ile-de-test/addons/zylann.hterrain/tools/brush/no_blend.gdshader

7 lines
105 B
Text
Raw Permalink Normal View History

2023-10-05 18:02:23 +00:00
shader_type canvas_item;
render_mode blend_disabled;
void fragment() {
COLOR = texture(TEXTURE, UV);
}