summary refs log tree commit diff stats
path: root/Classes/JumpGameMode.m
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/JumpGameMode.m')
-rw-r--r--Classes/JumpGameMode.m6
1 files changed, 2 insertions, 4 deletions
diff --git a/Classes/JumpGameMode.m b/Classes/JumpGameMode.m index b1c5989..3788c97 100644 --- a/Classes/JumpGameMode.m +++ b/Classes/JumpGameMode.m
@@ -45,11 +45,9 @@ static GameModeInfo* info;
45 location:@"Venice" 45 location:@"Venice"
46 numOfStars:3 46 numOfStars:3
47 imageFilename:[[NSBundle mainBundle] pathForResource:@"venice" ofType:@"png"] 47 imageFilename:[[NSBundle mainBundle] pathForResource:@"venice" ofType:@"png"]
48 unlocked:NO 48 unlocked:YES
49 unlockCondition:@"Get 2000 points in Collect!"
50 gameClass:[JumpGameMode class] 49 gameClass:[JumpGameMode class]
51 globalHighscoreKey:@"Jump" 50 globalHighscoreKey:@"Jump"];
52 starsToUnlock:2];
53 } 51 }
54 52
55 return info; 53 return info;