added portals (closes #4) and first level of puzzle mode
This commit is contained in:
@@ -41,5 +41,25 @@
|
||||
"Get a score as high as you can in 30 seconds",
|
||||
"Survive for as long as you can in an increasingly difficult game"
|
||||
]
|
||||
},
|
||||
"puzzle": {
|
||||
"desc": "Time doesn't flow in these puzzles. Try getting the fruits in as little moves as possible",
|
||||
"rules": {
|
||||
"fruitRegrow": false,
|
||||
"timeFlow": false,
|
||||
"speedIncrease": false,
|
||||
"worldWrap": false,
|
||||
"winCondition": "fruit",
|
||||
"scoreSystem": "moves",
|
||||
"moveCount": 50,
|
||||
"uploadOnDeath": false,
|
||||
"leaderboardsSort": "score"
|
||||
},
|
||||
"levelFilename": "puzzle<n>.json",
|
||||
"levelDisplay": "Level <n>",
|
||||
"levels": [
|
||||
1
|
||||
],
|
||||
"nextLevel": true
|
||||
}
|
||||
}
|
||||
|
||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
Reference in New Issue
Block a user