diff options
author | Starla Insigna <starla4444@gmail.com> | 2011-09-04 12:23:52 -0400 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2011-09-04 12:23:52 -0400 |
commit | aaca8a9c66d5e5aaedeb13d438f9074b3985c8ee (patch) | |
tree | 7eea0e015b3d7e66091bfcb5073e598882bc50cf /Classes/GameModeSelectionLayer.m | |
parent | 52028c896c7897d2d9183260e6c0d748e5d1211a (diff) | |
download | cartcollect-bf3d829bcc36e7bcfd25714eb4b7752df9e7331b.tar.gz cartcollect-bf3d829bcc36e7bcfd25714eb4b7752df9e7331b.tar.bz2 cartcollect-bf3d829bcc36e7bcfd25714eb4b7752df9e7331b.zip |
Updated Jump unlocking condition message v0.4.2
Refs #204
Diffstat (limited to 'Classes/GameModeSelectionLayer.m')
-rw-r--r-- | Classes/GameModeSelectionLayer.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Classes/GameModeSelectionLayer.m b/Classes/GameModeSelectionLayer.m index 3fbf417..ef1d922 100644 --- a/Classes/GameModeSelectionLayer.m +++ b/Classes/GameModeSelectionLayer.m | |||
@@ -63,7 +63,7 @@ | |||
63 | { | 63 | { |
64 | jumpSelection = [GameModeSelection selectionWithName:@"Jump" location:@"Venice" filename:@"venice" unlocked:YES]; | 64 | jumpSelection = [GameModeSelection selectionWithName:@"Jump" location:@"Venice" filename:@"venice" unlocked:YES]; |
65 | } else { | 65 | } else { |
66 | jumpSelection = [GameModeSelection selectionWithName:@"Jump" location:@"Venice" filename:@"venice" unlockCondition:@"Get 5000 points in Collect!"]; | 66 | jumpSelection = [GameModeSelection selectionWithName:@"Jump" location:@"Venice" filename:@"venice" unlockCondition:@"Get 3000 points in Collect!"]; |
67 | } | 67 | } |
68 | 68 | ||
69 | [gameModes addObject:jumpSelection]; | 69 | [gameModes addObject:jumpSelection]; |