readme.txt

来自「五行MMORPG引擎系统V1.0」· 文本 代码 · 共 12 行

TXT
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.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?