Hunde.
[hackover2013-badge-firmware.git] / badge / jumpnrun / moveable.h
1 #ifndef INCLUDED_BADGE_JUMPNRUN_MOVEABLE_H
2 #define INCLUDED_BADGE_JUMPNRUN_MOVEABLE_H
3
4 #include "../util/util.h"
5
6 typedef struct jumpnrun_moveable {
7 rectangle current_box;
8 vec2d inertia;
9
10 uint8_t tick_minor;
11 uint8_t anim_frame;
12 uint8_t anim_direction;
13
14 bool touching_ground;
15 uint8_t jumpable_frames;
16 } jumpnrun_moveable;
17
18 #endif
This page took 0.047966 seconds and 5 git commands to generate.