Files
Shrender-Man/addons/zylann.hterrain/tools/brush/no_blend.gdshader
2026-03-02 02:17:04 +00:00

7 lines
105 B
Plaintext
Executable File

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