diff options
author | nathan <nathansmith@disroot.org> | 2025-10-11 11:03:05 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-10-11 11:03:05 +0000 |
commit | f11daf2fdc3f3e090efbbc6beec8d3af831e8280 (patch) | |
tree | 6020a0dc886e97be91c3aecd0f670712849db50a /src/entity.h | |
parent | 19e8c4da3820e3d3e4af10d338f1c03ad377de81 (diff) | |
download | FindThings-f11daf2fdc3f3e090efbbc6beec8d3af831e8280.tar.gz FindThings-f11daf2fdc3f3e090efbbc6beec8d3af831e8280.tar.bz2 FindThings-f11daf2fdc3f3e090efbbc6beec8d3af831e8280.zip |
More john and ron are correct size now
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/entity.h b/src/entity.h index a83a5d0..9c842d3 100644 --- a/src/entity.h +++ b/src/entity.h @@ -17,9 +17,9 @@ #define UTILITY_POLE_HEIGHT 100.0 #define UTILITY_POLE_RADIUS 3.0 -#define SAMANTHA_WIDTH 2.65966 / 2.0 -#define SAMANTHA_HEIGHT 3.21054 / 2.0 -#define SAMANTHA_THICKNESS 1.46845 / 2.0 +#define SAMANTHA_WIDTH (2.65966 / 2.0) +#define SAMANTHA_HEIGHT (3.21054 / 2.0) +#define SAMANTHA_THICKNESS (1.46845 / 2.0) #define SAMANTHA_STATIC_SPEED 24 #define SAMANTHA_STATIC_FRAMES 4 @@ -36,6 +36,10 @@ #define MEDICAL_TRASH_SCALE 2.0 +#define SHOPKEEPER_WIDTH (2.04211 / 2.0) +#define SHOPKEEPER_HEIGHT (2.59521 / 2.0) +#define SHOPKEEPER_THICKNESS (0.493349 / 2.0) + typedef int8_t EntityId; enum { |