diff options
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/entity.h b/src/entity.h index 8078cfc..839a847 100644 --- a/src/entity.h +++ b/src/entity.h @@ -27,6 +27,10 @@ #define SAMANTHAS_SPOT_HEIGHT 5 #define TRASHCAN_SCALE 2.0 +#define TRASHCAN_FRAMES 4 +#define TRASHCAN_ANIMATION_SPEED 6 +#define TRASHCAN_WIDTH 45.0 +#define TRASHCAN_HEIGHT 60.0 typedef int8_t EntityId; |