aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
authornathan <nathan@disroot.org>2025-08-06 09:55:04 +0000
committernathan <nathan@disroot.org>2025-08-06 09:55:04 +0000
commitc5989ca9bcc1758f4d772d20b8bd4ae7762bc75e (patch)
treea1877dda9ed2958691fdc95ae8451a73d0729f78 /src/world.h
parent6c6b8982ca4f1b29ecd0fd37beb6238315e36f10 (diff)
downloadFindThings-c5989ca9bcc1758f4d772d20b8bd4ae7762bc75e.tar.gz
FindThings-c5989ca9bcc1758f4d772d20b8bd4ae7762bc75e.tar.bz2
FindThings-c5989ca9bcc1758f4d772d20b8bd4ae7762bc75e.zip
Working on utility poles
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 8135a57..1d7dd72 100644
--- a/src/world.h
+++ b/src/world.h
@@ -5,8 +5,9 @@
#ifndef WORLD_H
#define WORLD_H
-#define WORLD_ENTITY_MAX 4500
+#define WORLD_ENTITY_MAX 5000
#define WORLD_PLANT_COUNT 2500
+#define WORLD_UTILITY_POLE_COUNT 50
#define WORLD_PLACE_COUNT 1
#define WORLD_SIZE (Vector3){4096.0, 256.0, 4096.0}