From 1f02d5935d42a7a163ad428ce80cc135fea5acfa Mon Sep 17 00:00:00 2001 From: 52SW <111885813+52SW@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:10:26 +0800 Subject: [PATCH] fixed that the title underline was too short --- tutorials/scripting/gdscript/gdscript_exports.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/scripting/gdscript/gdscript_exports.rst b/tutorials/scripting/gdscript/gdscript_exports.rst index 5e8ef21859e..fb3094e033b 100644 --- a/tutorials/scripting/gdscript/gdscript_exports.rst +++ b/tutorials/scripting/gdscript/gdscript_exports.rst @@ -481,7 +481,7 @@ for a list of parameters and their allowed values. the syntax. Invalid syntax may have unexpected behavior in the inspector. ``@export_tool_button`` ------------------- +----------------------- If you need to create a clickable inspector button, you can use ``@export_tool_button``. This would export a Callable property as a clickable button. When the button is pressed, the callable is called.