diff --git a/tutorials/scripting/gdextension/gdextension_cpp_example.rst b/tutorials/scripting/gdextension/gdextension_cpp_example.rst index 11dd58f323b..b9934451a10 100644 --- a/tutorials/scripting/gdextension/gdextension_cpp_example.rst +++ b/tutorials/scripting/gdextension/gdextension_cpp_example.rst @@ -442,8 +442,9 @@ For example: .. code-block:: none - [Icon] - GDExample = "res://icons/GDExample.svg" + [icons] + + GDExample = "res://icons/gd_example.svg" The path should point to a 16 by 16 pixel SVG image. Read the guide for :ref:`creating icons ` for more information.