mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fix TextureButton texture number in Design interfaces with the Control nodes (#3928)
This commit is contained in:
@@ -97,7 +97,7 @@ the ``Modulate`` property and use the color picker.
|
||||
TextureButton
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
**TextureButton** is like TextureRect, except it has 5 texture slots:
|
||||
**TextureButton** is like TextureRect, except it has 6 texture slots:
|
||||
one for each of the button's states. Most of the time, you'll use the
|
||||
Normal, Pressed, and Hover textures. Focused is useful if your interface
|
||||
listens to the keyboard's input. The sixth image slot, the Click Mask,
|
||||
|
||||
Reference in New Issue
Block a user