From 3845f0cf452d5be7cc19fd0c690daa2f9450c060 Mon Sep 17 00:00:00 2001 From: Drenghel Date: Wed, 29 Aug 2018 00:09:23 +0200 Subject: [PATCH] added a link to 'checking the results' for clarity (#1692) * added a link to 'checking the results' for clarity added a link to 'checking the results' for clarity when one does'nt know how to activate plugins yet * removed space before colon --- tutorials/plugins/editor/making_plugins.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tutorials/plugins/editor/making_plugins.rst b/tutorials/plugins/editor/making_plugins.rst index 1d4e344c4..27b6caf03 100644 --- a/tutorials/plugins/editor/making_plugins.rst +++ b/tutorials/plugins/editor/making_plugins.rst @@ -139,7 +139,9 @@ dialog. For that, change the ``custom_node.gd`` script to the following:: remove_custom_type("MyButton") With that done, the plugin should already be available in the plugin list at -Project Settings. So activate it and try to add a new node to see the result: +Project Settings, so activate it as explained in `Checking the results`_. + +Then try it out by adding your new node: .. image:: img/making_plugins-custom_node_create.png