* Project Manager Polishing
The logic behind this commit is my own experience as a newbie, where I had the project with the label opened, and on the "download this and just import it with project manager" part, i did not know how to open the project manager, and spent like 5 minutes before just closing and re-opening Godot
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
* Rewrote creating root node paragraph
I didn't like the sentence starting "It is equivalent" when it wasn't entirely clear what "It" was, so I edited. I'm not sure it's a great improvement!
* Changed reference to "disk" to "file"
* Fix grammar
"The example" sounds like it's referring to an example that has already been introduced
* Fix "like so" grammar
"Like so" is not used very often
* Remove "exactly"
"see how it works exactly" sounds odd, "see exactly how it works" is better, but to be honest it sounds best without "exactly" at all!
* Add missing "the"
This is a complete rewrite and merge of instancing.rst and
instancing_continued.rst. The goal was to simplify the language and
unify the tutorial around the falling ball. Some instructions are more
detailed than in the original article.
There are also more pictures, all new, and using yellow outlines for
color-blind people.
Closes#4175Closes#4171
As of 3.2.2 the icon for Object Properties is no longer a down arrow, it is now a tools emoji. It's also not clear from the sentence the tutorial is expecting the user to look for the Object Properties button, just 'the down arrow', so I added clarity there as well.