Continue to work on pathfinding
This commit is contained in:
@@ -43,6 +43,6 @@ defaultDoor =
|
||||
, _drPushedBy = PushesItself
|
||||
, _drPushes = Nothing
|
||||
, _drMounts = mempty
|
||||
, _drObstructs = mempty
|
||||
-- , _drObstructs = mempty
|
||||
, _drObstacleType = DoorObstacle
|
||||
}
|
||||
|
||||
@@ -47,8 +47,8 @@ defaultWorld =
|
||||
, _clZoning = mempty
|
||||
, _dsZoning = mempty
|
||||
, _wlZoning = mempty
|
||||
, _pnZoning = mempty
|
||||
, _peZoning = mempty
|
||||
-- , _pnZoning = mempty
|
||||
-- , _peZoning = mempty
|
||||
, _incNodeZoning = mempty
|
||||
, _incEdgeZoning = mempty
|
||||
, _gsZoning = mempty --Zoning IM.empty clZoneSize (zonePos _guPos)
|
||||
@@ -87,7 +87,7 @@ defaultCWorld =
|
||||
{ _lWorld = defaultLWorld
|
||||
, _cwGen = defaultCWGen
|
||||
, _cClock = 0
|
||||
, _pathGraph = Data.Graph.Inductive.Graph.empty
|
||||
-- , _pathGraph = Data.Graph.Inductive.Graph.empty
|
||||
, _cwTiles = mempty
|
||||
, _numberFloorVerxs = 0
|
||||
, _chasms = mempty
|
||||
|
||||
Reference in New Issue
Block a user