diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-08-24 20:04:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-24 20:04:06 +0200 |
commit | f34690a1625d1480582c65eca5b7acf869b3815d (patch) | |
tree | 71e7624a30128196c966e137430ce88faeb22a39 /doc/classes/Particles2D.xml | |
parent | ff81b2daeac1bbb3a65482f7bf174e569fbb69be (diff) | |
parent | 67b0d3c2dc8decdabb21650f1d77a70b1a0d236d (diff) |
Merge pull request #21376 from akien-mga/particles-speed_scale-0
Particles: Allow speed_scale at 0 in property hint, equivalent to pause
Diffstat (limited to 'doc/classes/Particles2D.xml')
-rw-r--r-- | doc/classes/Particles2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Particles2D.xml b/doc/classes/Particles2D.xml index 47265054b0..f872552a49 100644 --- a/doc/classes/Particles2D.xml +++ b/doc/classes/Particles2D.xml @@ -66,7 +66,7 @@ Emission lifetime randomness ratio. Default value: [code]0[/code]. </member> <member name="speed_scale" type="float" setter="set_speed_scale" getter="get_speed_scale"> - Particle system's running speed scaling ratio. Default value: [code]1[/code]. + Particle system's running speed scaling ratio. Default value: [code]1[/code]. A value of [code]0[/code] can be used to pause the particles. </member> <member name="texture" type="Texture" setter="set_texture" getter="get_texture"> Particle texture. If [code]null[/code] particles will be squares. |