Fragmented/src/shader/template.gdshader

7 lines
130 B
Text

shader_type canvas_item;
//!load /path/to/your/image
void fragment() {
// Called for every pixel the material is visible on.
}