소스 검색

Merge pull request #2130 from jamesreiati/patch-1

Clean instancing page recap
Nathan Lovato 6 년 전
부모
커밋
ab97e14bf0
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      getting_started/step_by_step/instancing_continued.rst

+ 1 - 2
getting_started/step_by_step/instancing_continued.rst

@@ -9,8 +9,7 @@ Recap
 Instancing has many handy uses. At a glance, with instancing you have:
 
 -  The ability to subdivide scenes and make them easier to manage.
--  A more flexible alternative to prefabs you might know from Unity (and much more powerful given that
-   instances can be nested).
+-  A tool to manage and edit multiple node instances at once.
 -  A way to organize and embed complex game flows or even UIs (in Godot, UI
    Elements are nodes, too).