feat: add dirt and stone

This commit is contained in:
2026-04-16 15:05:52 +08:00
parent 6362536daa
commit cf9aaa62a7
20 changed files with 23 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
constexpr int WORLD_SIZE_Y = 256;
constexpr int MAX_BLOCK_NUM = 2;
constexpr int MAX_BLOCK_NUM = 4;
constexpr int MAX_UI_NUM = 1;
constexpr int CHUCK_SIZE = 16;