diff options
author | nathan <nathansmith@disroot.org> | 2025-09-20 18:44:28 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-09-20 18:44:28 +0000 |
commit | 382c97573213414ebdfee30743ba516e4feb7602 (patch) | |
tree | 8246203253a9d8ddbdc0e51bfcbfaa613738d18c /src/entity.h | |
parent | fa12453c89df76baa2294373a7a5b8e20801157c (diff) | |
download | FindThings-382c97573213414ebdfee30743ba516e4feb7602.tar.gz FindThings-382c97573213414ebdfee30743ba516e4feb7602.tar.bz2 FindThings-382c97573213414ebdfee30743ba516e4feb7602.zip |
Brain dead
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 { |