aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
authornathan <nathan@disroot.org>2025-07-30 06:40:46 +0000
committernathan <nathan@disroot.org>2025-07-30 06:40:46 +0000
commit384fa265c8493aff5f37921cf98034bb847915a2 (patch)
tree706c292f763402abd092bf28167a1595b95e09cc /src/world.h
parent7faa1cbde913ad8c56bc43bc01512799d4cf6d02 (diff)
downloadFindThings-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.h3
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;