Allow for random choice between placements in different rooms
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user