From f11daf2fdc3f3e090efbbc6beec8d3af831e8280 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 11 Oct 2025 05:03:05 -0600 Subject: More john and ron are correct size now --- src/entity.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/entity.h') 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 { -- cgit v1.2.3