grounders-slowjam-2024/level/mesh_library/TallCube.gdshader

8 lines
95 B
Plaintext

shader_type spatial;
uniform vec3 color : source_color;
void fragment() {
ALBEDO = color;
}