Create post world load function
This commit is contained in:
@@ -48,7 +48,6 @@ defaultWorld =
|
||||
, _pnZoning = mempty
|
||||
, _peZoning = mempty
|
||||
, _gsZoning = mempty --Zoning IM.empty clZoneSize (zonePos _guPos)
|
||||
, _numberFloorVerxs = 0
|
||||
}
|
||||
|
||||
defaultCWGen :: CWGen
|
||||
@@ -88,6 +87,8 @@ defaultCWorld =
|
||||
, _floorTiles = mempty
|
||||
--, _pathGraph = mempty
|
||||
, _pathGraph = Data.Graph.Inductive.Graph.empty
|
||||
, _cwTiles = mempty
|
||||
, _numberFloorVerxs = 0
|
||||
}
|
||||
|
||||
defaultLWorld :: LWorld
|
||||
|
||||
Reference in New Issue
Block a user