Limit Theory Redux is a fork of the discontinued open-world space simulation game Limit Theory. We have made it our mission to continue the development of the ambitious Limit Theory project as an open source initiative.
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.
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 needGui:image()
anymore and it should be removed and all related Lua code refactored.