From ff50eb0a00e1a99c38312f1516ac52cd164ccbe1 Mon Sep 17 00:00:00 2001 From: lordstickman543 Date: Sun, 16 Mar 2025 11:21:09 -0600 Subject: [PATCH] Update making_main_screen_plugins.rst --- tutorials/plugins/editor/making_main_screen_plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/plugins/editor/making_main_screen_plugins.rst b/tutorials/plugins/editor/making_main_screen_plugins.rst index 2c1340f182b..17d8f02ee19 100644 --- a/tutorials/plugins/editor/making_main_screen_plugins.rst +++ b/tutorials/plugins/editor/making_main_screen_plugins.rst @@ -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.