diff options
author | nathan <nathansmith@disroot.org> | 2025-08-17 20:13:07 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-17 20:13:07 +0000 |
commit | a53fddc7cb1f095145344c8781c0bea82c46babb (patch) | |
tree | ec345c30233d1cc5d9948387ea0fc92655e25919 /src/world.h | |
parent | ca95e9feead55e38c1078a09c3525549681ca0eb (diff) | |
download | FindThings-a53fddc7cb1f095145344c8781c0bea82c46babb.tar.gz FindThings-a53fddc7cb1f095145344c8781c0bea82c46babb.tar.bz2 FindThings-a53fddc7cb1f095145344c8781c0bea82c46babb.zip |
Poles face which other now
Diffstat (limited to 'src/world.h')
-rw-r--r-- | src/world.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.h b/src/world.h index 8cfa91f..97311a1 100644 --- a/src/world.h +++ b/src/world.h @@ -7,7 +7,7 @@ #define WORLD_ENTITY_MAX 5000 #define WORLD_PLANT_COUNT 2500 -#define WORLD_UTILITY_POLE_COUNT 50 +#define WORLD_UTILITY_POLE_COUNT 25 #define WORLD_PLACE_COUNT 1 #define WORLD_SIZE (Vector3){4096.0, 256.0, 4096.0} |