From d279ad58f35364adf3b38dd0de82aa4848a69390 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Mon, 5 Sep 2011 00:20:44 -0400 Subject: Tweaked difficulty of Jump mode The rate of dropped items now increases progressively like the speed of ledge scrolling. The scores at which two rocks and three rocks start appearing have also doubled. Refs #204 --- Classes/JumpGameMode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Classes/JumpGameMode.h') diff --git a/Classes/JumpGameMode.h b/Classes/JumpGameMode.h index f6a31f8..0d23317 100644 --- a/Classes/JumpGameMode.h +++ b/Classes/JumpGameMode.h @@ -25,7 +25,7 @@ float addSpeed; } -- (void)accelerateLedgeScrolling; +- (void)accelerateGame; - (void)randomlyAddObject:(ccTime)dt; - (void)incrementScore; -- cgit 1.4.1