Allow for more complex placement positioning

This commit is contained in:
2021-11-24 20:51:50 +00:00
parent c4614866e6
commit e44c5e7120
16 changed files with 178 additions and 173 deletions
+2
View File
@@ -3,6 +3,7 @@ module Dodge.Default.Room
import Geometry.Data
import Dodge.LevelGen.Data
import qualified Data.IntMap.Strict as IM
import qualified Data.Set as S
defaultRoom :: Room
defaultRoom = Room
@@ -24,4 +25,5 @@ defaultRoom = Room
, _rmTakeFrom = Nothing
, _rmStartWires = IM.empty
, _rmEndWires = IM.empty
, _rmConnectsTo = S.singleton OutLink
}