#4 Conditions
This commit is contained in:
parent
9addf1ed07
commit
72b460788d
3 changed files with 34 additions and 16 deletions
|
@ -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
|
Reference in a new issue