Make puzzleWidth and puzzleHeight variable

This commit is contained in:
2022-08-10 19:07:58 +00:00
parent 4a7094faba
commit d233fd1062
3 changed files with 14 additions and 9 deletions

View File

@@ -29,7 +29,9 @@ typedef Entry = {
typedef RewardFile = {
path: String,
startingPoints: Int
startingPoints: Int,
puzzleWidth: Int,
puzzleHeight: Int
};
typedef Puzzle = {