alcoranpaul / DunGen

Procedural Dungeon Generator made for Flax Engine
MIT License
0 stars 0 forks source link

Generate a room until all rooms requested are populated #29

Open alcoranpaul opened 2 hours ago

alcoranpaul commented 2 hours ago

if (!isPositionValid) Debug.LogError("No valid position found for room"); // Generate another room? until room count has reached max

Room generation should keep on running until all rooms are spawned

alcoranpaul commented 2 hours ago

related to #28