Refactoring editing tools

This commit is contained in:
2026-03-12 14:03:58 +03:00
parent 51dda7e79d
commit c557950cca
13 changed files with 2543 additions and 772 deletions

View File

@@ -77,6 +77,7 @@ add_subdirectory(assets/blender/vehicles)
add_subdirectory(assets/blender/buildings/parts)
add_subdirectory(assets/blender/characters)
add_subdirectory(resources)
add_subdirectory(src/text_editor)
add_executable(Game Game.cpp ${WATER_SRC})
target_include_directories(Game PRIVATE src/gamedata)