Add delay before game over
This commit is contained in:
@@ -143,6 +143,7 @@ data World = World
|
||||
, _genParams :: GenParams
|
||||
, _genPlacements :: IM.IntMap [(Placement,Int)]
|
||||
, _genRooms :: IM.IntMap Room
|
||||
, _deathDelay :: Maybe Int
|
||||
}
|
||||
|
||||
newtype GenParams = GenParams
|
||||
|
||||
Reference in New Issue
Block a user