From 5d6daf643394c38aa55e2f1e37369fdb03712d05 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Mon, 2 May 2022 18:05:40 +0200 Subject: [PATCH] Updated Frame (markdown) --- Frame.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Frame.md b/Frame.md index ee5d4cb..0c6a44a 100644 --- a/Frame.md +++ b/Frame.md @@ -146,10 +146,3 @@ local mainFrame = basalt.createFrame("myFirstFrame"):setOffset(5, 3) ```` **args:** number x, number y (offset in x direction and offset in y direction, also doesn't matter if its a negative value or positive
**returns:** self
- - -````lua -local mainFrame = basalt.createFrame("myFirstFrame"):setOffset(5, 3) -```` -**args:** number x, number y (offset in x direction and offset in y direction, also doesn't matter if its a negative value or positive
-**returns:** self