feat: add cave generate

This commit is contained in:
2026-05-08 19:42:38 +08:00
parent d986e03f9c
commit bab2f73c25
18 changed files with 332 additions and 11 deletions

View File

@@ -117,6 +117,8 @@ add_executable(${PROJECT_NAME}
src/gameplay/builders/river_builder.cpp
src/gameplay/builders/desert_builder.cpp
src/gameplay/builders/forest_builder.cpp
src/gameplay/cave_carver.cpp
src/gameplay/cave_path.cpp
)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")