diff options
author | Saif Kandil <74428638+k0T0z@users.noreply.github.com> | 2023-10-19 12:50:28 +0300 |
---|---|---|
committer | Saif Kandil <74428638+k0T0z@users.noreply.github.com> | 2023-10-19 12:50:28 +0300 |
commit | df5b5243f1d7cae5a249f9c2050c517562838fb7 (patch) | |
tree | 870dce14f8294140f8e20a99f282910a550b90ae | |
parent | 8ac05d3cb6959fd7795bbd10a9324573277c4aec (diff) | |
download | redot-engine-df5b5243f1d7cae5a249f9c2050c517562838fb7.tar.gz |
enhance ParticleProcessMaterial.xml documentation
Signed-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>
-rw-r--r-- | doc/classes/ParticleProcessMaterial.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ParticleProcessMaterial.xml b/doc/classes/ParticleProcessMaterial.xml index b7f55184f0..6d54606510 100644 --- a/doc/classes/ParticleProcessMaterial.xml +++ b/doc/classes/ParticleProcessMaterial.xml @@ -293,7 +293,7 @@ [b]Note:[/b] Animated velocities will not be affected by damping, use [member velocity_limit_curve] instead. </member> <member name="scale_curve" type="Texture2D" setter="set_param_texture" getter="get_param_texture"> - Each particle's scale will vary along this [CurveTexture]. If a [CurveXYZTexture] is supplied instead, the scale will be separated per-axis. + Each particle's scale will vary along this [CurveTexture] over its lifetime. If a [CurveXYZTexture] is supplied instead, the scale will be separated per-axis. </member> <member name="scale_max" type="float" setter="set_param_max" getter="get_param_max" default="1.0"> Maximum initial scale applied to each particle. |