Browse Source

oh go on then, have 32x32 chunks

opengl-renderer-broken
Martin Dørum 4 years ago
parent
commit
6adf67043f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      libswan/include/swan/common.h

+ 1
- 1
libswan/include/swan/common.h View File

@@ -6,7 +6,7 @@ namespace Swan {

static constexpr int TILE_SIZE = 32;
static constexpr int TICK_RATE = 20;
static constexpr int CHUNK_HEIGHT = 20;
static constexpr int CHUNK_HEIGHT = 32;
static constexpr int CHUNK_WIDTH = 32;
static constexpr int PLACEHOLDER_RED = 245;
static constexpr int PLACEHOLDER_GREEN = 66;

Loading…
Cancel
Save