From 339f8e2cb2fce18f6d32b3881a5cd390c0be488e Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 4 Sep 2011 11:17:44 -0400 Subject: Implemented Jump mode (BETA) Dear god this is beta. I think I'll release a build for the testers soon so I can see what people think and then hammer out the bugs. Refs #204 --- Classes/GameOverScene.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Classes/GameOverScene.h') diff --git a/Classes/GameOverScene.h b/Classes/GameOverScene.h index ef63aa7..a91286e 100755 --- a/Classes/GameOverScene.h +++ b/Classes/GameOverScene.h @@ -18,10 +18,11 @@ UIActivityIndicatorView* activityIndicator; UIButton* backButton; int score; + NSString* gameMode; } -+ (GameOverScene*)sceneWithScore:(int)score; -- (id)initWithScore:(int)score; ++ (GameOverScene*)sceneWithScore:(int)score gameMode:(NSString*)gameMode; +- (id)initWithScore:(int)score gameMode:(NSString*)gameMode; - (void)newgame; - (void)submitScore; - (void)exit; -- cgit 1.4.1