diff options
| author | nathan <nathansmith@disroot.org> | 2025-12-27 20:23:04 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-12-27 20:23:04 +0000 |
| commit | c6096a028d57da1026aa86ac215ea2f07461cd96 (patch) | |
| tree | 46341ba8ac0697a696feb6890010212393331036 /src/world.h | |
| parent | 525b9023b83014c46a4a21ec9a729b559d6be0b3 (diff) | |
| download | FindThings-c6096a028d57da1026aa86ac215ea2f07461cd96.tar.gz FindThings-c6096a028d57da1026aa86ac215ea2f07461cd96.tar.bz2 FindThings-c6096a028d57da1026aa86ac215ea2f07461cd96.zip | |
cubemap thingy working
Diffstat (limited to 'src/world.h')
| -rw-r--r-- | src/world.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.h b/src/world.h index df9ba73..88c8ab2 100644 --- a/src/world.h +++ b/src/world.h @@ -8,7 +8,7 @@ #define WORLD_ENTITY_MAX 5000 #define WORLD_PLANT_COUNT 2500 #define WORLD_UTILITY_POLE_COUNT 25 -#define WORLD_PLACE_COUNT 2 +#define WORLD_PLACE_COUNT 3 #define WORLD_SIZE (Vector3){4096.0, 256.0, 4096.0} #define WORLD_IMAGE_WIDTH 512 |
