Working inter-room placements
This commit is contained in:
@@ -52,6 +52,9 @@ spNoID ps pst = Placement ps pst Nothing (const Nothing)
|
||||
pContID :: PlacementSpot -> PSType -> (Int -> Maybe Placement) -> Placement
|
||||
pContID ps pt = Placement ps pt Nothing . intPlPlPl
|
||||
|
||||
plCont :: PlacementSpot -> PSType -> (Placement -> Maybe Placement) -> Placement
|
||||
plCont ps pt = Placement ps pt Nothing
|
||||
|
||||
sPS :: Point2 -> Float -> PSType -> Placement
|
||||
sPS p a pt = Placement (PS p a) pt Nothing (const Nothing)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user