7 lines
105 B
Plaintext
Executable File
7 lines
105 B
Plaintext
Executable File
shader_type canvas_item;
|
|
render_mode blend_disabled;
|
|
|
|
void fragment() {
|
|
COLOR = texture(TEXTURE, UV);
|
|
}
|