Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/plugins/editor/making_main_screen_plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ What this tutorial covers

Main screen plugins allow you to create
new UIs in the central part of the editor, which appear next to the
"2D", "3D", "Script", and "AssetLib" buttons. Such editor plugins are
"2D", "3D", "Script", "Game", and "AssetLib" buttons. Such editor plugins are
referred as "Main screen plugins".

This tutorial leads you through the creation of a basic main screen plugin.
Expand Down
Loading