CubeWorldMods/cwmods/cube/constants.h

5 lines
98 B
C
Raw Normal View History

2019-10-13 13:28:38 +08:00
namespace cube {
const int DOTS_PER_BLOCK = 65536;
const int BLOCKS_PER_MAP_CHUNK = 20;
}