Public Member Functions | |
(void) | - initDisplay |
(void) | - showPauseInstructions |
(void) | - update: |
(NSString *) | - getUpdatedLemmingString |
(NSString *) | - getUpdatedTimeString |
(void) | - addLemming |
(void) | - createLemmingAtLocation:withHealth:withZValue:withID: |
(void) | - incrementGameTimer |
(void) | - onPauseButtonPressed |
Definition at line 13 of file GameplayLayer.m.
- (void) addLemming |
- (void) createLemmingAtLocation: | (CGPoint) | spawnLocation | |
withHealth: | (int) | health | |
withZValue: | (int) | zValue | |
withID: | (int) | ID | |
- (NSString*) getUpdatedLemmingString |
- (NSString*) getUpdatedTimeString |
- (void) incrementGameTimer |
- (void) initDisplay |
- (void) onPauseButtonPressed |
- (void) showPauseInstructions |
- (void) update: | (ccTime) | deltaTime |