From 6a2938471b6b70fc770b04b45f269c7b6ed30e66 Mon Sep 17 00:00:00 2001 From: kobewi Date: Mon, 6 Dec 2021 15:46:05 +0100 Subject: Rename TouchScreenButton's textures --- doc/classes/TouchScreenButton.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/classes/TouchScreenButton.xml b/doc/classes/TouchScreenButton.xml index f1becb6906..67803b92fe 100644 --- a/doc/classes/TouchScreenButton.xml +++ b/doc/classes/TouchScreenButton.xml @@ -25,16 +25,10 @@ The button's bitmask. - - The button's texture for the normal state. - If [code]true[/code], the [signal pressed] and [signal released] signals are emitted whenever a pressed finger goes in and out of the button, even if the pressure started outside the active area of the button. [b]Note:[/b] This is a "pass-by" (not "bypass") press mode. - - The button's texture for the pressed state. - The button's shape. @@ -44,6 +38,12 @@ If [code]true[/code], the button's shape is visible in the editor. + + The button's texture for the normal state. + + + The button's texture for the pressed state. + The button's visibility mode. See [enum VisibilityMode] for possible values. -- cgit v1.2.3