diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-11-08 12:28:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-08 12:28:08 +0100 |
commit | 67961368aa4b4b9ccb863c65bf40fb1c23dc0ee7 (patch) | |
tree | 2ea3deb71e6c2b0dbdf6c67d6194a022525737ec | |
parent | be15a016f40e1317f70bb93c27ce0d1b1701f46b (diff) | |
parent | 12c2363290e0c2e2f827d761a20012b859bcffc3 (diff) |
Merge pull request #33441 from groud/clarify_shape_centered
Clarify shape_centered property
-rw-r--r-- | doc/classes/TouchScreenButton.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TouchScreenButton.xml b/doc/classes/TouchScreenButton.xml index fccfb4cd6d..3d18534a68 100644 --- a/doc/classes/TouchScreenButton.xml +++ b/doc/classes/TouchScreenButton.xml @@ -37,7 +37,7 @@ The button's shape. </member> <member name="shape_centered" type="bool" setter="set_shape_centered" getter="is_shape_centered" default="true"> - If [code]true[/code], the button's shape is centered. + If [code]true[/code], the button's shape is centered in the provided texture. If no texture is used, this property has no effect. </member> <member name="shape_visible" type="bool" setter="set_shape_visible" getter="is_shape_visible" default="true"> If [code]true[/code], the button's shape is visible. |