Move 2d navigation related editor plugins to navigation_2d module

Moves 2d navigation related editor plugins to navigation_2d module.
This commit is contained in:
smix8
2025-05-08 22:47:37 +02:00
parent 8f78e7510d
commit cc1b51e8a2
9 changed files with 50 additions and 41 deletions

View File

@ -36,6 +36,8 @@ module_obj = []
env_navigation_2d.add_source_files(module_obj, "*.cpp")
env_navigation_2d.add_source_files(module_obj, "2d/*.cpp")
if env.editor_build:
env_navigation_2d.add_source_files(module_obj, "editor/*.cpp")
env.modules_sources += module_obj
# Needed to force rebuilding the module files when the thirdparty library is updated.