mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Creating instances - Wrong tense
"Once you have a diagram, we recommended creating a scene" should be: "Once you have a diagram, we recommend creating a scene"
This commit is contained in:
committed by
Max Hilbrunner
parent
40e07f74de
commit
cda546cd5f
@@ -178,7 +178,7 @@ You can come up with a diagram like this for almost any type of game. Each
|
||||
rectangle represents an entity that's visible in the game from the player's
|
||||
perspective. The arrows tell you which scene owns which.
|
||||
|
||||
Once you have a diagram, we recommended creating a scene for each element listed
|
||||
Once you have a diagram, we recommend creating a scene for each element listed
|
||||
in it to develop your game. You'll use instancing, either by code or directly in
|
||||
the editor, to build your tree of scenes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user