Light and decorations adjusted. Added all resource and light spawn points

This commit is contained in:
=
2026-04-28 10:48:32 +02:00
parent 92a86c13b7
commit eccaec859f
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ public class Placeholder
public Transform3D transform;
public Placeholder(string name, Transform3D transform){
this.name = name.Split("_")[0];
this.name = name.Split("_")[0].ToLower();
this.transform = transform;
}
}