person added start position

This commit is contained in:
Nikolai Fesenko
2025-08-15 15:26:47 +02:00
parent b7bf4792f3
commit 7da59523a7
6 changed files with 56 additions and 7 deletions

16
Shaders/shirt.gdshader Normal file
View File

@@ -0,0 +1,16 @@
shader_type spatial;
uniform vec3 shirt_color;
void vertex() {
// Called for every vertex the material is visible on.
}
void fragment() {
ALBEDO = shirt_color;
}
//void light() {
// // Called for every pixel for every light affecting the material.
// // Uncomment to replace the default light processing function with this one.
//}

View File

@@ -0,0 +1 @@
uid://bm15rdsdxldwl