diff --git a/tutorials/plugins/gdnative/gdnative-c-example.rst b/tutorials/plugins/gdnative/gdnative-c-example.rst index 2807cdce4..bd4863e8a 100644 --- a/tutorials/plugins/gdnative/gdnative-c-example.rst +++ b/tutorials/plugins/gdnative/gdnative-c-example.rst @@ -510,6 +510,12 @@ select our ``.gdnlib`` file by clicking on *Library* and selecting *Load*: .. image:: img/nativescript_library.png +.. note:: + + The *Class Name* must have the same spelling as the one given in ``godot_nativescript_init`` + when registering the class. + + Finally, click on the save icon and save this as ``bin/simple.gdns``: .. image:: img/save_gdns.gif diff --git a/tutorials/plugins/gdnative/img/nativescript_library.png b/tutorials/plugins/gdnative/img/nativescript_library.png index fccf86460..b46e930da 100644 Binary files a/tutorials/plugins/gdnative/img/nativescript_library.png and b/tutorials/plugins/gdnative/img/nativescript_library.png differ