Updated Frame (markdown)

Robert Jelic
2022-04-25 21:30:19 +02:00
parent 1f8539ec12
commit a2f75c9246

@@ -1,9 +1,9 @@
<a href="https://i.imgur.com/aikc0K1.png"><img src="https://i.imgur.com/aikc0K1.png" height="500" /></a>
Here are all possible functions you can use with frames:
Here you can find all possible functions you can use with frames:
# basalt.createFrame
this function creates a new frame
this function creates a new non-parent frame
````lua
local mainFrame = basalt.createFrame("myFirstFrame")
````