Start implementing location display on map
This commit is contained in:
@@ -80,6 +80,7 @@ data World = World
|
||||
, _lightSources :: !(IM.IntMap LightSource)
|
||||
, _tempLightSources :: ![TempLightSource]
|
||||
, _closeActiveObjects :: [Either FloorItem Button]
|
||||
, _seenLocations :: IM.IntMap (World -> Point2,String)
|
||||
-- , _remap :: Keycode -> Keycode
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user