Skip to content

Instantly share code, notes, and snippets.

@lukaswelte
lukaswelte / Ground.h
Created April 9, 2013 19:04
TinyWings ground infinite modification
#import <Foundation/Foundation.h>
#import "Box2D.h"
#define kMaxHillKeyPoints 10
#define kMaxHillVertices 1000
#define kMaxBorderVertices 5000
#define kHillSegmentWidth 10
@interface Ground : CCNode {