From 10d21832617c195298f6cd2aaf805694154db513 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Sun, 27 Mar 2022 18:29:34 +0200 Subject: [PATCH] Updated Objects (markdown) --- Objects.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Objects.md b/Objects.md index f500c13..5f5b7a3 100644 --- a/Objects.md +++ b/Objects.md @@ -1,6 +1,6 @@ # Screens -Screens are the most basic thing you need to be able to create a GUI. They are basically level 0 frames (yes they are frames!) +Screens are the most basic thing you need, to create a GUI. They are basically level 0 frames (yes they are frames!) Example on how to create a screen: @@ -12,4 +12,8 @@ Example on how to create a screen: Only one screen can be active at the same time, this means, if you use firstScreen:show() and you already created another screen, it will automatically hide the old screen -Here you can see all the methods you can use: Frames \ No newline at end of file +Here you can see all the methods you can use: Frames + +# Frames + +here \ No newline at end of file