diff options
author | nathan <nathansmith@disroot.org> | 2025-08-04 07:30:27 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-04 07:30:27 +0000 |
commit | 6c6b8982ca4f1b29ecd0fd37beb6238315e36f10 (patch) | |
tree | 1180d3a731bbe5fb2b4926a90dbdfdf0334595a3 /src/world.h | |
parent | 5a689b3db1e84cc8a6aac337ec5d8544c7e9c40e (diff) | |
download | FindThings-6c6b8982ca4f1b29ecd0fd37beb6238315e36f10.tar.gz FindThings-6c6b8982ca4f1b29ecd0fd37beb6238315e36f10.tar.bz2 FindThings-6c6b8982ca4f1b29ecd0fd37beb6238315e36f10.zip |
Even better pond (:
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/world.h b/src/world.h index a837dae..8135a57 100644 --- a/src/world.h +++ b/src/world.h @@ -5,8 +5,8 @@ #ifndef WORLD_H #define WORLD_H -#define WORLD_ENTITY_MAX 3000 -#define WORLD_PLANT_COUNT 1000 +#define WORLD_ENTITY_MAX 4500 +#define WORLD_PLANT_COUNT 2500 #define WORLD_PLACE_COUNT 1 #define WORLD_SIZE (Vector3){4096.0, 256.0, 4096.0} |