From 5a689b3db1e84cc8a6aac337ec5d8544c7e9c40e Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 4 Aug 2025 00:35:17 -0600 Subject: Better area clearing for pond --- src/world.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index 149e7dd..a837dae 100644 --- a/src/world.h +++ b/src/world.h @@ -26,6 +26,9 @@ // Places. #define PLACE_POND_MIN_DISTANCE 400 // Pond distance from center. #define PLACE_POND_MAX_DISTANCE 600 +#define PLACE_POND_DEPTH 10 +#define PLACE_POND_OUTER_AREA 25 +#define PLACE_POND_WALKING_AREA 7 // UID for anything in the world. typedef int16_t WorldUID; -- cgit v1.2.3