Gloire!
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
#define CHUNK_SIZE_X 16
|
||||
#define CHUNK_SIZE_Y 128
|
||||
#define CHUNK_SIZE_Z 16
|
||||
#define MAX_RENDER_CHUNKS 2
|
||||
#define MAX_UPDATE_CHUNKS 2
|
||||
|
||||
typedef uint8_t BlockType;
|
||||
enum BLOCK_TYPE { BTYPE_AIR, BTYPE_DIRT, BTYPE_GRASS, BTYPE_METAL, BTYPE_ICE, BTYPE_LAST };
|
||||
|
Reference in New Issue
Block a user