godot icon indicating copy to clipboard operation
godot copied to clipboard

Remove incorrect statement about TextureButton normal texture

Open Meorge opened this issue 6 months ago • 1 comments

The documentation currently states that TextureButtons must have a texture for their "normal" state in texture_normal, but I found this didn't seem to be the case in practice, as noted here: https://github.com/godotengine/godot-docs/issues/9763

This PR simply removes that line about needing the texture from the TextureButton documentation page.

Meorge avatar Aug 16 '24 21:08 Meorge