diff options
| author | Rémi Verschelde | 2016-10-14 18:14:22 +0200 |
|---|---|---|
| committer | GitHub | 2016-10-14 18:14:22 +0200 |
| commit | a3ffbc38a637647642bed2e837665aca924894a2 (patch) | |
| tree | 50b56d0170431cd6063bb5684f9b7a519d3ae3ca | |
| parent | 5e373c2a6926705b52a116ca00e5eff131b98274 (diff) | |
| parent | 5687fa470962fc3f6528e6886284e3e965e7e35c (diff) | |
| download | godot-a3ffbc38a637647642bed2e837665aca924894a2.tar.gz godot-a3ffbc38a637647642bed2e837665aca924894a2.tar.zst godot-a3ffbc38a637647642bed2e837665aca924894a2.zip | |
Merge pull request #6820 from WalasPrime/fix_6803
Fix #6803 - Particle2D params
| -rw-r--r-- | doc/base/classes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index f7abc8a3d..55f002169 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -26265,7 +26265,7 @@ </methods> <constants> <constant name="PARAM_DIRECTION" value="0"> - Direction in radians at which the particles will be launched, Notice that when the direction is set to 0 the particles will be launched to the negative + Direction in degrees at which the particles will be launched, Notice that when the direction is set to 0 the particles will be launched to the negative </constant> <constant name="PARAM_SPREAD" value="1"> </constant> @@ -26279,7 +26279,7 @@ Velocity at which the particles will orbit around the emitter center </constant> <constant name="PARAM_GRAVITY_DIRECTION" value="5"> - Direction in radians at which the particles will be attracted + Direction in degrees at which the particles will be attracted </constant> <constant name="PARAM_GRAVITY_STRENGTH" value="6"> Strength of the gravitation attraction for each particle |
