mirror of
https://github.com/Relintai/pandemonium_engine_docs.git
synced 2025-01-08 15:09:50 +01:00
37 lines
745 B
ReStructuredText
37 lines
745 B
ReStructuredText
|
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
|