diff --git a/tutorials/plugins/editor/making_plugins.rst b/tutorials/plugins/editor/making_plugins.rst index b3273c73f9a..c42b11fa8d7 100644 --- a/tutorials/plugins/editor/making_plugins.rst +++ b/tutorials/plugins/editor/making_plugins.rst @@ -58,7 +58,7 @@ To continue with the example, use the following values: .. code-tab:: ini C# Plugin Name: My Custom Node - Subfolder: my_custom_node + Subfolder: MyCustomNode Description: A custom node made to extend the Godot Engine. Author: Your Name Here Version: 1.0.0 @@ -246,8 +246,8 @@ dialog. For that, change the ``custom_node.gd`` script to the following: { // Initialization of the plugin goes here. // Add the new type with a name, a parent type, a script and an icon. - var script = GD.Load