diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2015-03-07 11:29:57 -0500 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2015-03-07 11:29:57 -0500 |
| commit | b53826079429939cdfbda073608cb85be8ba0738 (patch) | |
| tree | 3c40de4658f0cea01cd3938f07fe82788ef3dd01 /src/mob.h | |
| parent | 0751446e1d069263d25abcff49a32a380231709a (diff) | |
| download | therapy-b53826079429939cdfbda073608cb85be8ba0738.tar.gz therapy-b53826079429939cdfbda073608cb85be8ba0738.tar.bz2 therapy-b53826079429939cdfbda073608cb85be8ba0738.zip | |
Created entity-component system
Also tweaked the bloom flicker, tweaked the scanline texture, created a second test map, and created some currently unused sound effects.
Diffstat (limited to 'src/mob.h')
| -rw-r--r-- | src/mob.h | 12 |
1 files changed, 0 insertions, 12 deletions
| diff --git a/src/mob.h b/src/mob.h deleted file mode 100644 index 213b062..0000000 --- a/src/mob.h +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | typedef struct { | ||
| 2 | int x; | ||
| 3 | int y; | ||
| 4 | double x_vel; | ||
| 5 | double y_vel; | ||
| 6 | double x_accel; | ||
| 7 | double y_accel; | ||
| 8 | int w; | ||
| 9 | int h; | ||
| 10 | bool onGround; | ||
| 11 | int animFrame; | ||
| 12 | } mob_t; | ||
