From dc0fca892a5be27645c5fc57faa9ad3ad93d4aba Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 9 Jun 2021 12:50:39 +0200 Subject: [PATCH] Fix GDScript example formating First 3 lines of actual code appeared in the tab title instead of in the code block. --- tutorials/plugins/editor/inspector_plugins.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/plugins/editor/inspector_plugins.rst b/tutorials/plugins/editor/inspector_plugins.rst index dace101ee..ed18943cb 100644 --- a/tutorials/plugins/editor/inspector_plugins.rst +++ b/tutorials/plugins/editor/inspector_plugins.rst @@ -43,6 +43,7 @@ you should remove the instance you have added by calling .. tabs:: .. code-tab:: gdscript GDScript + # plugin.gd tool extends EditorPlugin