We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e85afb + 64e5985 commit b861b68Copy full SHA for b861b68
tutorials/3d/particles/trails.rst
@@ -16,7 +16,7 @@ Godot provides several types of trails you can add to a particle system. Before
16
work with trails, you need to set up a couple of parameters first. Create a new particle
17
system and assign a process material :ref:`as described before <doc_creating_3d_particle_system>`.
18
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
+increase the emission duration by setting ``Lifetime`` to something like ``0.8``. On
20
the process material, set ``Direction`` to ``(X=0,Y=1.0,Z=0)`` and ``Initial Velocity`` to
21
``10.0`` for both ``Min`` and ``Max``.
22
0 commit comments