Sets the texture used for the button's normal state
Signature:
Button:SetNormalTexture(texture)
or
Button:SetNormalTexture("filename")
Arguments:
texture
- Reference to an existingTexture
object (texture
)filename
- Path to a texture image file (string
)