浏览代码

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 3db3a20b3c70a57670c98af88b0aa798c8aaad92)
Juho 8 年之前
父节点
当前提交
487a0ac6e4
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      img/groups_in_nodes.PNG
  2. 2 2
      tutorials/step_by_step/scripting_continued.rst

二进制
img/groups_in_nodes.PNG


+ 2 - 2
tutorials/step_by_step/scripting_continued.rst

@@ -55,9 +55,9 @@ Groups
 
 
 Nodes can be added to groups (as many as desired per node). This is a
 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
 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
 And the second from code. One useful example would be, for example, to
 tag scenes which are enemies.
 tag scenes which are enemies.