first commit
This commit is contained in:
6
addons/zylann.hterrain/tools/brush/no_blend.gdshader
Executable file
6
addons/zylann.hterrain/tools/brush/no_blend.gdshader
Executable file
@@ -0,0 +1,6 @@
|
||||
shader_type canvas_item;
|
||||
render_mode blend_disabled;
|
||||
|
||||
void fragment() {
|
||||
COLOR = texture(TEXTURE, UV);
|
||||
}
|
||||
Reference in New Issue
Block a user