Allow for random choice between placements in different rooms

This commit is contained in:
2021-11-26 12:20:20 +00:00
parent aad79bdf25
commit 123bcd2c94
27 changed files with 260 additions and 191 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ data World = World
, _lClickHammer :: HammerPosition
, _distortions :: [Distortion]
, _worldBounds :: Bounds
, _gameRooms :: [GameRoom]
, _gameRooms :: [GameRoom] -- consider using and IntMap
, _keyConfig :: KeyConfigSDL
, _config :: Configuration
, _preloadData :: PreloadData