From f7ff3ec7499e08bf80ba48591196e4992fdc1442 Mon Sep 17 00:00:00 2001 From: homer666 Date: Sat, 16 Mar 2019 12:02:21 +1100 Subject: [PATCH] [DOCS] Add tutorial link to Particles2D (cherry picked from commit bc8aa3259319f7b2e6831e6b75fa00a8dc1dca63) --- doc/classes/Particles2D.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Particles2D.xml b/doc/classes/Particles2D.xml index 91c1a0ca9b4..53088e909e0 100644 --- a/doc/classes/Particles2D.xml +++ b/doc/classes/Particles2D.xml @@ -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. + https://docs.godotengine.org/en/latest/tutorials/2d/particle_systems_2d.html