Now can create roofs from lua script

This commit is contained in:
2026-01-08 00:16:46 +03:00
parent 80fba23cd2
commit 272e202774
5 changed files with 1188 additions and 323 deletions

View File

@@ -29,6 +29,7 @@ add_library(editor STATIC EditorGizmoModule.cpp EditorInputModule.cpp)
target_link_libraries(editor PRIVATE
OgreMain
GameData
physics
)
target_include_directories(editor PUBLIC .)