Fragmented/src/shader/template.gdshader

8 lines
130 B
Text
Raw Normal View History

2024-06-04 18:31:04 +02:00
shader_type canvas_item;
//!load /path/to/your/image
2024-06-04 18:31:04 +02:00
void fragment() {
// Called for every pixel the material is visible on.
}