diff options
author | nathan <nathansmith@disroot.org> | 2025-09-20 21:35:16 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-09-20 21:35:16 +0000 |
commit | 9e3eafcb8b948eebfd189323138415ba672cdaa5 (patch) | |
tree | 5ca1a79f31163089d9a8131d3e3e6dcab122ece2 /src/world.h | |
parent | 96b7a7205751c76f74d6a5fecb3b5b2ff168b9cd (diff) | |
download | FindThings-9e3eafcb8b948eebfd189323138415ba672cdaa5.tar.gz FindThings-9e3eafcb8b948eebfd189323138415ba672cdaa5.tar.bz2 FindThings-9e3eafcb8b948eebfd189323138415ba672cdaa5.zip |
Trash yippee!
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/world.h b/src/world.h index 79bb98e..57f6acf 100644 --- a/src/world.h +++ b/src/world.h @@ -5,7 +5,7 @@ #ifndef WORLD_H #define WORLD_H -#define WORLD_ENTITY_MAX 5001 +#define WORLD_ENTITY_MAX 5000 #define WORLD_PLANT_COUNT 2500 #define WORLD_UTILITY_POLE_COUNT 25 #define WORLD_PLACE_COUNT 2 @@ -35,6 +35,7 @@ #define WORLD_CHARACTER_COUNT 0 #define SAMANTHA_OFFSET (Vector3){0.0, 0.0, 2.0} +#define SAMANTHAS_SPOT_TRASHCAN_COUNT 5 // UID for anything in the world. typedef int16_t WorldUID; |