diff options
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/entity.h b/src/entity.h index a8488f8..8078cfc 100644 --- a/src/entity.h +++ b/src/entity.h @@ -5,7 +5,7 @@ #ifndef ENTITY_H #define ENTITY_H -#define ENTITY_COUNT 8 +#define ENTITY_COUNT 10 #define TREE_SCALE 40.0 #define BUSH_SCALE 3.0 @@ -23,6 +23,11 @@ #define SAMANTHA_STATIC_SPEED 24 #define SAMANTHA_STATIC_FRAMES 4 +#define SAMANTHAS_SPOT_SIZE 10 +#define SAMANTHAS_SPOT_HEIGHT 5 + +#define TRASHCAN_SCALE 2.0 + typedef int8_t EntityId; enum { @@ -34,7 +39,9 @@ enum { FLOWER, POND, UTILITY_POLE, - SAMANTHA + SAMANTHA, + SAMANTHAS_SPOT, + TRASHCAN }; typedef struct { |