From 8d185c94fcca203d4366deb734a03e86daee88db Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 25 Apr 2022 21:30:46 +0200 Subject: [PATCH] Updated Frame (markdown) --- Frame.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frame.md b/Frame.md index 901bb6f..a9dd644 100644 --- a/Frame.md +++ b/Frame.md @@ -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") ````