Make autodoor placements use "ordinary" coordinate placements
This commit is contained in:
@@ -12,6 +12,7 @@ module Dodge.Data.World (
|
||||
module Dodge.Data.Input,
|
||||
) where
|
||||
|
||||
import qualified Data.IntMap.Strict as IM
|
||||
import NewInt
|
||||
import Control.Lens
|
||||
import Data.IntMap.Strict (IntMap)
|
||||
@@ -53,6 +54,7 @@ data World = World
|
||||
, _gsZoning :: IntMap (IntMap IntSet)
|
||||
, _wCam :: Camera
|
||||
, _unpauseClock :: Int
|
||||
, _coordinates :: IM.IntMap Point2 -- temporary coordinates for world generation/placement
|
||||
}
|
||||
|
||||
data TimeFlowStatus
|
||||
|
||||
Reference in New Issue
Block a user