godot
godot copied to clipboard
Remove incorrect statement about TextureButton normal texture
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.