123456789101112131415161718192021222324252627282930313233343536 |
- User Interface (UI)
- ===================
- .. toctree::
- :maxdepth: 1
- :name: toc-gui-basics
- size_and_anchors
- gui_containers
- custom_gui_controls
- gui_navigation
- control_node_gallery
- GUI skinning and themes
- -----------------------
- Godot features an in-depth skinning/theming system for control nodes. The pages in this section
- explain the benefits of that system and how to set it up in your projects.
- .. toctree::
- :maxdepth: 1
- :name: toc-gui-skinning
- gui_skinning
- gui_using_theme_editor
- Control node tutorials
- ----------------------
- The following articles cover specific details of using particular control nodes.
- .. toctree::
- :maxdepth: 1
- :name: toc-control-nodes-tutorials
- bbcode_in_richtextlabel
|