Browse Source

Add a page referencing the Control gallery image and demo

This closes #4435.
Hugo Locurcio 4 years ago
parent
commit
e1e08419f6
3 changed files with 10 additions and 0 deletions
  1. BIN
      img/control_gallery.png
  2. 9 0
      tutorials/ui/control_node_gallery.rst
  3. 1 0
      tutorials/ui/index.rst

BIN
img/control_gallery.png


+ 9 - 0
tutorials/ui/control_node_gallery.rst

@@ -0,0 +1,9 @@
+Control node gallery
+====================
+
+Here is a list of common Control nodes with their name next to them:
+
+.. image:: /img/control_gallery.png
+
+The Control Gallery demo pictured above can be found
+`on GitHub <https://github.com/godotengine/godot-demo-projects/tree/master/gui/control_gallery>`__.

+ 1 - 0
tutorials/ui/index.rst

@@ -10,3 +10,4 @@ User Interface (UI)
    size_and_anchors
    gui_containers
    bbcode_in_richtextlabel
+   control_node_gallery