Merge pull request #27109 from homer666/docs-particles2d-tutorial

[DOCS] Add tutorial link to Particles2D
This commit is contained in:
Rémi Verschelde 2019-03-16 10:45:28 -07:00 committed by GitHub
commit d8a6b4ee67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.
</description>
<tutorials>
<link>https://docs.godotengine.org/en/latest/tutorials/2d/particle_systems_2d.html</link>
</tutorials>
<demos>
</demos>