Allow for random choice between placements in different rooms

This commit is contained in:
2021-11-26 12:20:20 +00:00
parent aad79bdf25
commit 123bcd2c94
27 changed files with 260 additions and 191 deletions
+3
View File
@@ -26,4 +26,7 @@ defaultRoom = Room
, _rmStartWires = IM.empty
, _rmEndWires = IM.empty
, _rmConnectsTo = S.singleton OutLink
, _rmMID = Nothing
, _rmMParent = Nothing
, _rmChildren = []
}