Editor: Restructure editor code

Moving various editor files into sub folders to reduce clutter
This commit is contained in:
A Thousand Ships 2025-06-10 16:47:26 +02:00
parent 3954b2459d
commit f11aff3841
No known key found for this signature in database
GPG key ID: DEFC5A5B1306947D
601 changed files with 1195 additions and 1019 deletions

19
.github/CODEOWNERS vendored
View file

@ -44,18 +44,21 @@
# Editor
/editor/**/*2d* @godotengine/2d-editor
/editor/**/*3d* @godotengine/3d-editor
/editor/**/*audio* @godotengine/audio
/editor/**/*code* @godotengine/script-editor
/editor/**/*debugger* @godotengine/debugger
/editor/**/*dock* @godotengine/docks
/editor/**/*script* @godotengine/script-editor
/editor/**/*shader* @godotengine/shaders
/editor/script/ @godotengine/script-editor
/editor/shader/ @godotengine/shaders
/editor/animation/ @godotengine/animation
/editor/audio/ @godotengine/audio
/editor/debugger/ @godotengine/debugger
/editor/doc/ @godotengine/documentation
/editor/docks/ @godotengine/docks
/editor/gui/ @godotengine/usability @godotengine/gui-nodes
/editor/icons/ @godotengine/usability
/editor/import/ @godotengine/import
/editor/inspector/ @godotengine/docks
/editor/scene/ @godotengine/core
/editor/scene/2d/ @godotengine/2d-editor
/editor/scene/3d/ @godotengine/3d-editor
/editor/scene/gui/ @godotengine/usability @godotengine/gui-nodes
/editor/themes/ @godotengine/usability @godotengine/gui-nodes
# Main