You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Gui:setBackgroundImage(Tex2D) method to set a background image to any element.
Internally this will set background image of the widget.
Also we won't need Gui:image() anymore and it should be removed and all related Lua code refactored.
The text was updated successfully, but these errors were encountered:
Add
Gui:setBackgroundImage(Tex2D)
method to set a background image to any element.Internally this will set background image of the widget.
Also we won't need
Gui:image()
anymore and it should be removed and all related Lua code refactored.The text was updated successfully, but these errors were encountered: