Browse Source

Merge pull request #1991 from clayjohn/groups_wording

Changed "scenes" to "nodes" for clarity
Rémi Verschelde 6 years ago
parent
commit
08be7e3783
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/step_by_step/scripting_continued.rst

+ 1 - 1
getting_started/step_by_step/scripting_continued.rst

@@ -89,7 +89,7 @@ There are two ways to do this. The first is from the UI, from the Groups button
 
 
 .. image:: img/groups_in_nodes.png
 .. image:: img/groups_in_nodes.png
 
 
-And the second way is from code. One example would be to tag scenes
+And the second way is from code. One example would be to tag nodes
 which are enemies:
 which are enemies:
 
 
 .. tabs::
 .. tabs::