Remove requirement for external door ids
This commit is contained in:
@@ -6,5 +6,8 @@ import Dodge.LevelGen.Data
|
||||
jsps0 :: PSType -> Maybe Placement
|
||||
jsps0 pst = Just $ sPS (V2 0 0) 0 pst
|
||||
|
||||
jspsJ :: PSType -> Placement -> Maybe Placement
|
||||
jspsJ pst plm = Just $ Placement (PS (V2 0 0) 0 pst) $ \_ -> Just plm
|
||||
|
||||
place0 :: PSType -> (Int -> Maybe Placement) -> Placement
|
||||
place0 pst = Placement (PS (V2 0 0) 0 pst)
|
||||
|
||||
Reference in New Issue
Block a user