summaryrefslogtreecommitdiff
path: root/doc/classes/Particles2D.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Particles2D.xml')
-rw-r--r--doc/classes/Particles2D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Particles2D.xml b/doc/classes/Particles2D.xml
index c7b99b1363..ec7c49ae45 100644
--- a/doc/classes/Particles2D.xml
+++ b/doc/classes/Particles2D.xml
@@ -4,7 +4,7 @@
2D particle emitter.
</brief_description>
<description>
- 2D particle node used to create a variety of particle systems and effects. [code]Particles2D[/code] features an emitter that generates some number of particles at a given rate.
+ 2D particle node used to create a variety of particle systems and effects. [Particles2D] features an emitter that generates some number of particles at a given rate.
Use the [code]process_material[/code] property to add a [ParticlesMaterial] to configure particle appearance and behavior. Alternatively, you can add a [ShaderMaterial] which will be applied to all particles.
</description>
<tutorials>