diff options
Diffstat (limited to 'src/world.h')
| -rw-r--r-- | src/world.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/world.h b/src/world.h index ec0328b..a447d8e 100644 --- a/src/world.h +++ b/src/world.h @@ -1,8 +1,8 @@ #pragma once #include "chunk.h" #include <stdint.h> -#define WORLD_LENGTH 6 -#define WORLD_WIDTH 6 +#define WORLD_LENGTH 32 +#define WORLD_WIDTH 32 struct world { struct chunk* chunks[WORLD_WIDTH][WORLD_LENGTH]; |
