Updated Frame (markdown)

Robert Jelic
2022-05-01 22:12:00 +02:00
parent bde4611489
commit 10534c0b5d

@@ -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 - in most cases the first thing you need.
creates a new non-parent frame - in most cases the first thing you need.
````lua
local mainFrame = basalt.createFrame("myFirstFrame")
````