version set to 0.18 + WorldGenerator indents fix

This commit is contained in:
MihailRis
2024-01-15 13:08:31 +03:00
parent cec8d75b7d
commit 1e12f80dd6
6 changed files with 190 additions and 216 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "typedefs.h"
const int ENGINE_VERSION_MAJOR = 0;
const int ENGINE_VERSION_MINOR = 17;
const int ENGINE_VERSION_MINOR = 18;
const int CHUNK_W = 16;
const int CHUNK_H = 256;