-
Notifications
You must be signed in to change notification settings - Fork 38
Pane
Robert Jelic edited this page May 28, 2022
·
5 revisions
Panes are very simple sizeable background objects.
The following list is only available to panes:
Remember pane also inherits from object:
Pane doesn't have any custom functionallity. If you want to change the color/position or size, just check out the object wikipage.
local mainFrame = basalt.createFrame("myFirstFrame"):show()
local aPane = mainFrame:addPane("myFirstBackground")
aPane:setSize(30, 10)
aPane:setBackground(colors.yellow)
aPane:show()
Thanks for checking out our wiki, join our discord for more help: discord.gg/yM7kndJdJJ