diff options
author | nathan <nathansmith@disroot.org> | 2025-09-19 09:51:12 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-09-19 09:51:12 +0000 |
commit | 8efa99463c2efa772fe7af2e65e6931d7c83e9d6 (patch) | |
tree | 9e9b628bcb2fba69070982d2082f76a35d2f43d6 /src/entity.h | |
parent | 459aca4f1fe506340bc6238f8da39f494bb45352 (diff) | |
download | FindThings-8efa99463c2efa772fe7af2e65e6931d7c83e9d6.tar.gz FindThings-8efa99463c2efa772fe7af2e65e6931d7c83e9d6.tar.bz2 FindThings-8efa99463c2efa772fe7af2e65e6931d7c83e9d6.zip |
Samantha
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/entity.h b/src/entity.h index 4f673f9..3a2fd15 100644 --- a/src/entity.h +++ b/src/entity.h @@ -17,8 +17,8 @@ #define UTILITY_POLE_HEIGHT 100.0 #define UTILITY_POLE_RADIUS 3.0 -#define SAMANTHAS_SPOT_SIZE 20.0 -#define SAMANTHAS_SPOT_HEIGHT 5.0 +#define SAMANTHA_WIDTH 1.0 +#define SAMANTHA_HEIGHT 1.0 typedef int8_t EntityId; @@ -31,7 +31,7 @@ enum { FLOWER, POND, UTILITY_POLE, - SAMANTHAS_SPOT + SAMANTHA }; typedef struct { |