Add delay before game over

This commit is contained in:
2022-06-03 10:45:20 +01:00
parent 0c5eeb405f
commit 60f75fb133
5 changed files with 15 additions and 5 deletions
+1
View File
@@ -143,6 +143,7 @@ data World = World
, _genParams :: GenParams
, _genPlacements :: IM.IntMap [(Placement,Int)]
, _genRooms :: IM.IntMap Room
, _deathDelay :: Maybe Int
}
newtype GenParams = GenParams