feat: add map table to save block index

This commit is contained in:
2026-03-07 14:44:08 +08:00
parent 2ad9deff3e
commit eccd744f8b
9 changed files with 128 additions and 55 deletions

View File

@@ -48,6 +48,7 @@ add_executable(${PROJECT_NAME}
src/main.cpp
src/camera.cpp
src/gameplay/player.cpp
src/map_table.cpp
src/texture_manager.cpp
src/tools/shader_tools.cpp
src/tools/log.cpp