mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Editor: Restructure editor code
Moving various editor files into sub folders to reduce clutter
This commit is contained in:
parent
3954b2459d
commit
f11aff3841
601 changed files with 1195 additions and 1019 deletions
19
.github/CODEOWNERS
vendored
19
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue