about summary refs log tree commit diff stats
path: root/data/maps/the_extravagant/rooms
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_extravagant/rooms')
0 files changed, 0 insertions, 0 deletions
cc4'>^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
















                                                              
                        


    
//
//  JumpGameMode.h
//  Cart Collect
//
//  Created by Starla Insigna on 8/17/11.
//  Copyright 2011 Four Island. All rights reserved.
//

#import "GameMode.h"

@interface JumpGameMode : GameMode <CCStandardTouchDelegate> {
    CCSprite* water;
    int waterTick;
    BOOL wave;
    CGPoint gestureStartPoint;
    int jumpTick;
    BOOL jump;
    float expectedAngle;
}

@end