small fixes

This commit is contained in:
MihailRis
2024-01-15 14:32:18 +03:00
parent 1e12f80dd6
commit ca40b93344
4 changed files with 7 additions and 4 deletions
+3
View File
@@ -7,6 +7,9 @@
const int ENGINE_VERSION_MAJOR = 0;
const int ENGINE_VERSION_MINOR = 18;
const int BLOCK_AIR = 0;
const int ITEM_EMPTY = 0;
const int CHUNK_W = 16;
const int CHUNK_H = 256;
const int CHUNK_D = 16;