added everything

This commit is contained in:
Metario
2017-04-17 06:17:10 -06:00
commit 9c6ff74f19
6121 changed files with 1625704 additions and 0 deletions

12
engine/gui/README.txt Executable file
View File

@@ -0,0 +1,12 @@
The GUI files are organized now based on broad categories:
containers Windows, layout helper controls, controls that contain
other controls.
controls Buttons, text boxes, and so forth.
core This contains base GUI code, like GuiControl and GuiCanvas.
editor Specialized editor controls.
game Game specific controls, like progress bars or HUD elements.
utility Controls with specialized, usually invisible, purposes.
The goal is to provide developers with hints about what purpose code serves,
so that they can easily work with and extend GUI controls.