From df5b5243f1d7cae5a249f9c2050c517562838fb7 Mon Sep 17 00:00:00 2001
From: Saif Kandil <74428638+k0T0z@users.noreply.github.com>
Date: Thu, 19 Oct 2023 12:50:28 +0300
Subject: [PATCH] enhance ParticleProcessMaterial.xml documentation
Signed-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>
---
doc/classes/ParticleProcessMaterial.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/classes/ParticleProcessMaterial.xml b/doc/classes/ParticleProcessMaterial.xml
index b7f55184f0b..6d54606510e 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.
- 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.
Maximum initial scale applied to each particle.