From 8e1b3f464d514a1218afa3045b06c00784ab4b39 Mon Sep 17 00:00:00 2001 From: skyace65 Date: Fri, 8 Nov 2019 09:39:46 -0500 Subject: [PATCH] Clarify Particles2D spread parameter --- tutorials/2d/particle_systems_2d.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/2d/particle_systems_2d.rst b/tutorials/2d/particle_systems_2d.rst index a2d76ba63..47b94084c 100644 --- a/tutorials/2d/particle_systems_2d.rst +++ b/tutorials/2d/particle_systems_2d.rst @@ -199,7 +199,8 @@ Spread This parameter is the angle in degrees which will be randomly added in either direction to the base ``Direction``. A spread of ``180`` will emit -in all directions (+/- 180). +in all directions (+/- 180). For spread to do anything the "Initial Velocity" +parameter must be greater than 0. .. image:: img/paranim3.gif