Start implementing location display on map

This commit is contained in:
jgk
2021-03-25 17:00:08 +01:00
parent d1a4dad3c0
commit d79a8a862e
4 changed files with 34 additions and 11 deletions
+1
View File
@@ -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
}