diff options
author | Gilles Roudière <gilles.roudiere@gmail.com> | 2019-11-08 11:02:22 +0100 |
---|---|---|
committer | Gilles Roudière <gilles.roudiere@gmail.com> | 2019-11-08 11:11:45 +0100 |
commit | 12c2363290e0c2e2f827d761a20012b859bcffc3 (patch) | |
tree | f729cf24f4fbf887f966e6732197ef2a0fabc90a /doc | |
parent | 621dc7022f9b9e09790481d8915858fa4d007ba4 (diff) |
Clarify shape_centered property
Diffstat (limited to 'doc')
-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. |