diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2018-03-21 23:44:09 +0700 |
---|---|---|
committer | Poommetee Ketson <poommetee@protonmail.com> | 2018-03-21 23:44:09 +0700 |
commit | 7d18334ad2e29a10d9a7b9484aa31a07b6eec697 (patch) | |
tree | 599d9b9dd508fa779029a88a24479b79442e0319 /doc/classes | |
parent | a8e41fefdb7bf00d1089947cc3a250a333dc4608 (diff) |
[DOCS] minor ParticlesMaterial docs fix Linear -> Radial
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/ParticlesMaterial.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ParticlesMaterial.xml b/doc/classes/ParticlesMaterial.xml index ca79089049..354b98485e 100644 --- a/doc/classes/ParticlesMaterial.xml +++ b/doc/classes/ParticlesMaterial.xml @@ -132,7 +132,7 @@ Orbital velocity randomness ratio. Default value: [code]0[/code]. </member> <member name="radial_accel" type="float" setter="set_param" getter="get_param"> - Linear acceleration applied to each particle. + Radial acceleration applied to each particle. </member> <member name="radial_accel_curve" type="Texture" setter="set_param_texture" getter="get_param_texture"> Each particle's radial acceleration will vary along this [CurveTexture]. |