Added Warehouse

This commit is contained in:
DerTyp187
2021-10-02 16:08:14 +02:00
parent 3ec6bdf26d
commit 75a6f34ece
19 changed files with 847 additions and 489 deletions

View File

@@ -6,7 +6,10 @@ public abstract class BuildingBlueprint : MonoBehaviour
{
public bool isColliding;
public GameObject constructionPrefab;
public Material collisionMat;
public Material blueprintMat;
private GameObject terrain;
private Canvas hud;