[DOCS] Add tutorial link to Particles2D

(cherry picked from commit bc8aa32593)
This commit is contained in:
homer666 2019-03-16 12:02:21 +11:00 committed by Rémi Verschelde
parent dbf2f0c31e
commit f7ff3ec749
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
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. 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> </description>
<tutorials> <tutorials>
<link>https://docs.godotengine.org/en/latest/tutorials/2d/particle_systems_2d.html</link>
</tutorials> </tutorials>
<demos> <demos>
</demos> </demos>