Skip to content

Commit 2edd901

Browse files
skyace65mhilbrunner
authored andcommitted
Merge pull request #8101 from jwd83/patch-1
Update trails.rst
1 parent 055ada8 commit 2edd901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/3d/particles/trails.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Godot provides several types of trails you can add to a particle system. Before
1616
work with trails, you need to set up a couple of parameters first. Create a new particle
1717
system and assign a process material :ref:`as described before <doc_creating_3d_particle_system>`.
1818
In the ``Trails`` group of the particle system, check the box next to ``Enabled`` and
19-
increase the emission duration by setting ``Length Secs`` to something like ``0.8``. On
19+
increase the emission duration by setting ``Lifetime`` to something like ``0.8``. On
2020
the process material, set ``Direction`` to ``(X=0,Y=1.0,Z=0)`` and ``Initial Velocity`` to
2121
``10.0`` for both ``Min`` and ``Max``.
2222

0 commit comments

Comments
 (0)