summary refs log tree commit diff stats
path: root/Resources/helvetica2.fnt
Commit message (Expand)AuthorAgeFilesLines
* Initial commit (version 0.2.1)Starla Insigna2011-07-301-0/+99
/a>
//
//  GameLayer.h
//  Cart Collect
//
//  Created by iD Student Account on 7/18/11.
//  Copyright 2011 __MyCompanyName__. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "cocos2d.h"
#import "GameMode.h"

@interface ClassicGameMode : GameMode {
	float addSpeed;
}

- (id)init;
- (void)randomlyAddObject:(ccTime)dt;

@end