From fa12453c89df76baa2294373a7a5b8e20801157c Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 20 Sep 2025 11:56:47 -0600 Subject: Made her a bit smaller --- src/entity.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/entity.h') diff --git a/src/entity.h b/src/entity.h index 7779bca..a8488f8 100644 --- a/src/entity.h +++ b/src/entity.h @@ -8,7 +8,7 @@ #define ENTITY_COUNT 8 #define TREE_SCALE 40.0 -#define BUSH_SCALE 8.0 +#define BUSH_SCALE 3.0 #define FLOWER_SCALE 3.0 #define POND_SIZE 250.0 @@ -17,9 +17,9 @@ #define UTILITY_POLE_HEIGHT 100.0 #define UTILITY_POLE_RADIUS 3.0 -#define SAMANTHA_WIDTH 3.54621/2.0 -#define SAMANTHA_HEIGHT 4.28073/2.0 -#define SAMANTHA_THICKNESS 1.95793/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 -- cgit v1.2.3