place streets

This commit is contained in:
Janis
2022-12-04 15:09:42 +01:00
parent c94f387a5b
commit 274f5f7cac
18 changed files with 745 additions and 438 deletions

View File

@@ -4,6 +4,8 @@ public class PrefabDictionary : MonoBehaviour
public static PrefabDictionary instance;
public GameObject nodePrefab;
public GameObject oneWayStreetPO;
public GameObject oneWayStreet;
void Awake()
{