piecesPerPoint

This commit is contained in:
2022-08-10 20:25:17 +00:00
parent d233fd1062
commit 5ffd0904b1
3 changed files with 13 additions and 9 deletions

View File

@@ -31,7 +31,8 @@ typedef RewardFile = {
path: String,
startingPoints: Int,
puzzleWidth: Int,
puzzleHeight: Int
puzzleHeight: Int,
piecesPerPoint: Int
};
typedef Puzzle = {