diff --git a/development/editor/introduction_to_editor_development.rst b/development/editor/introduction_to_editor_development.rst index c2dc7f88a..ee21ff229 100644 --- a/development/editor/introduction_to_editor_development.rst +++ b/development/editor/introduction_to_editor_development.rst @@ -44,7 +44,10 @@ in the Godot source repository. Some important files in the editor are: -- `editor/editor_node.cpp `__: Main editor initialization file. +- `editor/editor_node.cpp `__: + Main editor initialization file. Effectively the "main scene" of the editor. +- `editor/project_manager.cpp `__: + Main project manager initialization file. Effectively the "main scene" of the project manager. - `editor/plugins/canvas_item_editor_plugin.cpp `__: The 2D editor viewport and related functionality (toolbar at the top, editing modes, overlaid helpers/panels, …). - `editor/plugins/spatial_editor_plugin.cpp `__: