Updated Frame (markdown)

Robert Jelic
2022-04-25 21:30:46 +02:00
parent a2f75c9246
commit 8d185c94fc

@@ -3,7 +3,7 @@
Here you can find all possible functions you can use with frames:
# basalt.createFrame
this function creates a new non-parent frame
this function creates a new non-parent frame - in most cases the first thing you need.
````lua
local mainFrame = basalt.createFrame("myFirstFrame")
````