Add explicit door position field

This commit is contained in:
2022-03-09 22:14:34 +00:00
parent 4a1ca905f7
commit 027b4b7d8b
14 changed files with 53 additions and 37 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ defaultRoom = Room
, _rmTakeFrom = Nothing
, _rmStartWires = IM.empty
, _rmEndWires = IM.empty
, _rmConnectsTo = S.singleton OutLink
, _rmConnectsTo = S.member OutLink
, _rmMID = Nothing
, _rmMParent = Nothing
, _rmChildren = []