Make obstacles block pathing
This commit is contained in:
@@ -22,6 +22,7 @@ data EdgeObstacle
|
||||
= BlockObstacle
|
||||
| DoorObstacle
|
||||
| AutoDoorObstacle
|
||||
| WallObstacle
|
||||
deriving (Eq,Ord,Show,Bounded,Enum)
|
||||
|
||||
makeLenses ''PathGraph
|
||||
|
||||
Reference in New Issue
Block a user