aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h3
1 files changed, 3 insertions, 0 deletions
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;