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