From 8ff55c95a010473fce48ddd3f21a87e4562e3deb Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sat, 28 May 2022 06:49:24 +0200 Subject: [PATCH] Updated Pane (markdown) --- Pane.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pane.md b/Pane.md index 50b6f82..e2652e1 100644 --- a/Pane.md +++ b/Pane.md @@ -5,7 +5,7 @@ Remember pane also inherits from [object](https://github.com/NoryiE/basalt/wiki/ Pane doesn't have any custom functionallity. If you want to change the color/position or size, just check out the [object](https://github.com/NoryiE/basalt/wiki/Object) wikipage. -##Example: +## Example: ````lua local mainFrame = basalt.createFrame("myFirstFrame"):show()