Cleanup door placement/auto path generation
This commit is contained in:
@@ -51,8 +51,6 @@ data EdgeObstacle
|
||||
| ChasmObstacle
|
||||
deriving (Eq, Ord, Show, Read) --Generic, Flat)
|
||||
|
||||
switchWallObs :: S.Set EdgeObstacle
|
||||
switchWallObs = S.fromList $ WallObstacle <$> [WallBlockVisibility,WallNotAutoOpen]
|
||||
|
||||
--instance (ToJSON a, ToJSON b) => ToJSON (Gr a b) where
|
||||
-- toEncoding = genericToEncoding defaultOptions
|
||||
|
||||
Reference in New Issue
Block a user