Basic tackle animation added

This commit is contained in:
2016-07-18 00:45:39 +10:00
parent 7971b10b74
commit 4541023396
3 changed files with 30 additions and 21 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ typedef struct Entity
v2 pos; // Position
v2 dPos; // Velocity
v2 size;
enum EntityType type;
enum Direction direction;
+1 -1
View File
@@ -8,7 +8,7 @@
#include "Dengine/Renderer.h"
#define NUM_KEYS 1024
#define METERS_TO_PIXEL 64
#define METERS_TO_PIXEL 240
enum State;