From 7eb543b37f42f708611f969de2d813a5457c54d8 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 4 Jan 2013 16:26:04 -0500 Subject: Created score bar Closes #190 --- Classes/GameMode.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'Classes/GameMode.h') diff --git a/Classes/GameMode.h b/Classes/GameMode.h index ae3fbe5..6421099 100644 --- a/Classes/GameMode.h +++ b/Classes/GameMode.h @@ -17,10 +17,7 @@ @interface GameMode : CCLayer { NSMutableSet* objects; - int score; - int lives; - int pointMultiplier; - Cart* cart; + Cart* cart; FallingObjectFactory* objectFactory; CCLayerColor* willPauseLayer; @@ -29,9 +26,6 @@ BOOL isPaused; BOOL isPausing; - CCLabelBMFont* scoreLabel; - CCLabelBMFont* livesLabel; - void (^delayedAction)(void); BOOL hasGyroscope; @@ -43,10 +37,6 @@ } @property (readonly) Cart* cart; -@property (nonatomic,assign) int score; -@property (nonatomic,assign) int lives; -@property (nonatomic,assign) int pointMultiplier; -@property (readonly) BOOL isPaused; - (void)tick:(ccTime)dt; - (BOOL)canPause; - (void)pause; -- cgit 1.4.1