How to create a GUI frame: Element: x#y#xSize#ySize#costume#type (e.g: 0#0#120#32#btn1#btn) Frame: element1\#element2\#element3\etc... Important: Use the same syntax, "#" to separate data in elements and "\" to separate elements in frames A frame should be on the same index as it's key in the frameMap(Add the frame name to the frameMap for it to be displayed)
Just a pen GUI(Graphical User Interface) you can use to code your projects. For know it does only have regular static elements and button. - Simple code, just read the PGE documentation(lot of concept reused) Credits: Me