Ability to save added, collect 200 bone dust and the game saves. Load a game from the load option in the main menu.
This commit is contained in:
@@ -132,4 +132,6 @@ def get_level_path(gameDir, levelNum):
|
||||
Returns:
|
||||
str: Full path to level JSON file
|
||||
"""
|
||||
if gameDir is None:
|
||||
raise ValueError("gameDir cannot be None")
|
||||
return os.path.join("levels", gameDir, f"{levelNum}.json")
|
||||
|
Reference in New Issue
Block a user