Continue to work on pathfinding

This commit is contained in:
2025-10-21 15:35:37 +01:00
parent 0b997579ad
commit 6742241e5d
22 changed files with 296 additions and 298 deletions
+1 -1
View File
@@ -43,6 +43,6 @@ defaultDoor =
, _drPushedBy = PushesItself
, _drPushes = Nothing
, _drMounts = mempty
, _drObstructs = mempty
-- , _drObstructs = mempty
, _drObstacleType = DoorObstacle
}