Skip to content

Commit 0ee4ecf

Browse files
authored
Merge pull request #10487 from Calinou/instancing-ownership-clarify
Clarify the meaning of instancing diagram arrows in Creating instances
2 parents 4ffef4f + 2a9935f commit 0ee4ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/step_by_step/instancing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ For example, you could break down a shooter game like so:
186186

187187
You can come up with a diagram like this for almost any type of game. Each
188188
rectangle represents an entity that's visible in the game from the player's
189-
perspective. The arrows tell you which scene owns which.
189+
perspective. The arrows point towards the insantiator of each scene.
190190

191191
Once you have a diagram, we recommend creating a scene for each element listed
192192
in it to develop your game. You'll use instancing, either by code or directly in

0 commit comments

Comments
 (0)