#4 Conditions

This commit is contained in:
Tibo De Peuter 2022-12-23 10:03:53 +01:00
parent 9addf1ed07
commit 72b460788d
3 changed files with 34 additions and 16 deletions

View file

@ -45,4 +45,10 @@ assetsFolder = "assets/"
-- Location of the level folder containing all levels
levelFolder :: FilePath
levelFolder = "levels/"
levelFolder = "levels/"
------------------------- Game configuration -------------------------
-- How many items can a player keep in their inventory?
inventorySize :: Int
inventorySize = 5