Browse Source

Add instancing scenes by code.

FeralBytes 7 years ago
parent
commit
280461aef8
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`.