Browse Source

Merge pull request #1687 from FeralBytes/patch-5

Add instancing scenes by code.
Chris Bradfield 7 years ago
parent
commit
e48219df94
1 changed files with 2 additions and 1 deletions
  1. 2 1
      getting_started/step_by_step/instancing.rst

+ 2 - 1
getting_started/step_by_step/instancing.rst

@@ -112,4 +112,5 @@ Conclusion
 ----------
 
 Instancing can be useful when you want to create many copies of the
-same object.
+same object. It is also possible to create instances in code by using
+GDScript, see :ref:`doc_scripting_continued#instancing-scenes`.