We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2a2eae + bc7f01e commit 0863d63Copy full SHA for 0863d63
1 file changed
tutorials/plugins/editor/making_plugins.rst
@@ -210,7 +210,7 @@ That's it for our basic button. You can save this as ``my_button.gd`` inside the
210
plugin folder. You may have a 16×16 icon to show in the scene tree. If you
211
don't have one, you can grab the default one from the engine and save it in your
212
`addons/my_custom_node` folder as `icon.svg`, or use the default Godot logo
213
-(`preload("res://icon.svg")`).
+(`@icon("res://icon.svg")`).
214
215
.. tip::
216
0 commit comments