From 384fa265c8493aff5f37921cf98034bb847915a2 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 30 Jul 2025 00:40:46 -0600 Subject: Working on pond generator --- 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 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; -- cgit v1.2.3