From ea0f16245f5cad8002f60caa417a8142d38c8acf Mon Sep 17 00:00:00 2001 From: Gallilus Date: Sun, 20 Aug 2023 11:54:55 +0200 Subject: [PATCH] Icon needs to be icons https://github.com/godotengine/godot-proposals/issues/7501 --- tutorials/scripting/gdextension/gdextension_cpp_example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/scripting/gdextension/gdextension_cpp_example.rst b/tutorials/scripting/gdextension/gdextension_cpp_example.rst index 11dd58f323b..35ef971fb3f 100644 --- a/tutorials/scripting/gdextension/gdextension_cpp_example.rst +++ b/tutorials/scripting/gdextension/gdextension_cpp_example.rst @@ -442,7 +442,7 @@ For example: .. code-block:: none - [Icon] + [icons] GDExample = "res://icons/GDExample.svg" The path should point to a 16 by 16 pixel SVG image. Read the guide for :ref:`creating icons `