Procházet zdrojové kódy

oh go on then, have 32x32 chunks

opengl-renderer-broken
Martin Dørum před 4 roky
rodič
revize
6adf67043f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      libswan/include/swan/common.h

+ 1
- 1
libswan/include/swan/common.h Zobrazit soubor

@@ -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;

Načítá se…
Zrušit
Uložit