From 9e3eafcb8b948eebfd189323138415ba672cdaa5 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 20 Sep 2025 15:35:16 -0600 Subject: Trash yippee! --- src/world.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/world.h') 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; -- cgit v1.2.3