Explorar el Código

oh go on then, have 32x32 chunks

opengl-renderer-broken
Martin Dørum hace 4 años
padre
commit
6adf67043f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      libswan/include/swan/common.h

+ 1
- 1
libswan/include/swan/common.h Ver fichero

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

Cargando…
Cancelar
Guardar