Fix wrong description about warning icon

Warning icons appear in the scene dock, not inspector.

(cherry picked from commit d1b4cdcbde)
This commit is contained in:
Haoyu Qiu
2021-12-09 19:26:34 +08:00
committed by Rémi Verschelde
parent 92ac1bd2cb
commit 323c9763d3

View File

@@ -35,7 +35,7 @@ inspector, and selecting "Convert to CPUParticles2D" in the "Particles" menu of
The rest of this tutorial is going to use the Particles2D node. First, add a Particles2D
node to your scene. After creating that node you will notice that only a white dot was created,
and that there is a warning icon next to your Particles2D node in the inspector. This
and that there is a warning icon next to your Particles2D node in the scene dock. This
is because the node needs a ParticlesMaterial to function.
ParticlesMaterial