New Image showing groups for godot 2.1.1 (#318)

* new image for groups in godot 2.1.1

* changed image and adjust wording in Scripting continued tutorial

(cherry picked from commit 3db3a20b3c)
This commit is contained in:
Juho
2017-01-08 12:44:47 +01:00
committed by Rémi Verschelde
parent 69fef6ce21
commit 487a0ac6e4
2 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

@@ -55,9 +55,9 @@ Groups
Nodes can be added to groups (as many as desired per node). This is a
simple yet useful feature for organizing large scenes. There are two
ways to do this, the first is from the UI, from the Groups button:
ways to do this, the first is from the UI, from the Groups button under Node-panel:
.. image:: /img/groups.png
.. image:: /img/groups_in_nodes.PNG
And the second from code. One useful example would be, for example, to
tag scenes which are enemies.