diff options
author | nathan <nathansmith@disroot.org> | 2025-09-20 17:56:47 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-09-20 17:56:47 +0000 |
commit | fa12453c89df76baa2294373a7a5b8e20801157c (patch) | |
tree | 686d43e2c2f4f685156af6e85c2bef8c0e92eaad /src | |
parent | 433f61f3c8a7cd06aaeaaac5d38cec5444f82b3f (diff) | |
download | FindThings-fa12453c89df76baa2294373a7a5b8e20801157c.tar.gz FindThings-fa12453c89df76baa2294373a7a5b8e20801157c.tar.bz2 FindThings-fa12453c89df76baa2294373a7a5b8e20801157c.zip |
Made her a bit smaller
Diffstat (limited to 'src')
-rw-r--r-- | src/entity.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 |