Updated Objects (markdown)

Robert Jelic
2022-03-27 18:29:34 +02:00
parent 99f11646d3
commit 10d2183261

@@ -1,6 +1,6 @@
# Screens # 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: Example on how to create a screen:
@@ -13,3 +13,7 @@ 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 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 Here you can see all the methods you can use: Frames
# Frames
here