diff options
author | nathan <nathansmith@disroot.org> | 2025-09-19 10:32:33 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-09-19 10:32:33 +0000 |
commit | f0843bcab9feeb50abef8b2f48100a6e8882c8aa (patch) | |
tree | 39c12fc2510880c13d548ae5c22c0478ce1cb388 /src/entity.h | |
parent | 8efa99463c2efa772fe7af2e65e6931d7c83e9d6 (diff) | |
download | FindThings-f0843bcab9feeb50abef8b2f48100a6e8882c8aa.tar.gz FindThings-f0843bcab9feeb50abef8b2f48100a6e8882c8aa.tar.bz2 FindThings-f0843bcab9feeb50abef8b2f48100a6e8882c8aa.zip |
Texture thingy
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/entity.h b/src/entity.h index 3a2fd15..934efa3 100644 --- a/src/entity.h +++ b/src/entity.h @@ -17,8 +17,9 @@ #define UTILITY_POLE_HEIGHT 100.0 #define UTILITY_POLE_RADIUS 3.0 -#define SAMANTHA_WIDTH 1.0 -#define SAMANTHA_HEIGHT 1.0 +#define SAMANTHA_WIDTH 23.6414/2.0 +#define SAMANTHA_HEIGHT 28.5382/2.0 +#define SAMANTHA_THICKNESS 13.0529/2.0 typedef int8_t EntityId; |