Increased time limit, due to enemy spawn points being further out.

This commit is contained in:
Steve 2016-08-05 08:39:53 +01:00
parent 06dc9a9ee2
commit 3445d34497
1 changed files with 3 additions and 3 deletions

View File

@ -14,17 +14,17 @@
"y" : 25 "y" : 25
}, },
"challenge" : { "challenge" : {
"timeLimit" : 240, "timeLimit" : 300,
"waypointLimit" : 5, "waypointLimit" : 5,
"clearWaypointEnemies" : 1, "clearWaypointEnemies" : 1,
"challenges" : [ "challenges" : [
{ {
"type" : "CHALLENGE_TIME", "type" : "CHALLENGE_TIME",
"value" : 240 "value" : 300
}, },
{ {
"type" : "CHALLENGE_TIME", "type" : "CHALLENGE_TIME",
"value" : 180 "value" : 240
}, },
{ {
"type" : "CHALLENGE_PLAYER_KILLS", "type" : "CHALLENGE_PLAYER_KILLS",