Rename protypes/basic to default
This commit is contained in:
+2
-2
@@ -42,7 +42,7 @@ data World = World
|
||||
, _cameraAimTime :: Int
|
||||
, _cameraRot :: !Float
|
||||
, _cameraZoom :: !Float
|
||||
, _cameraCenter :: !Point2
|
||||
, _cameraViewFrom :: !Point2
|
||||
, _creatures :: IM.IntMap Creature
|
||||
, _creaturesZone :: IM.IntMap (IM.IntMap (IM.IntMap Creature))
|
||||
, _itemPositions :: IM.IntMap ItemPos
|
||||
@@ -84,7 +84,7 @@ data World = World
|
||||
, _tempLightSources :: ![TempLightSource]
|
||||
, _closeActiveObjects :: [Either FloorItem Button]
|
||||
, _seenLocations :: IM.IntMap (World -> Point2,String)
|
||||
-- , _remap :: Keycode -> Keycode
|
||||
, _selLocation :: Int
|
||||
}
|
||||
|
||||
data Corpse = Corpse
|
||||
|
||||
Reference in New Issue
Block a user