diff options
author | nathan <nathan@disroot.org> | 2025-07-30 06:40:46 +0000 |
---|---|---|
committer | nathan <nathan@disroot.org> | 2025-07-30 06:40:46 +0000 |
commit | 384fa265c8493aff5f37921cf98034bb847915a2 (patch) | |
tree | 706c292f763402abd092bf28167a1595b95e09cc /src/world.h | |
parent | 7faa1cbde913ad8c56bc43bc01512799d4cf6d02 (diff) | |
download | FindThings-384fa265c8493aff5f37921cf98034bb847915a2.tar.gz FindThings-384fa265c8493aff5f37921cf98034bb847915a2.tar.bz2 FindThings-384fa265c8493aff5f37921cf98034bb847915a2.zip |
Working on pond generator
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 2097c94..6060b90 100644 --- a/src/world.h +++ b/src/world.h @@ -24,7 +24,8 @@ #define BVH_BOX_MAX 100.0 // Places. -#define PLACE_POND_MAX_DISTANCE 100 // Max distance from center. +#define PLACE_POND_MIN_DISTANCE 400 // Pond distance from center. +#define PLACE_POND_MAX_DISTANCE 600 // UID for anything in the world. typedef int16_t WorldUID; |