summaryrefslogtreecommitdiff
path: root/doc/classes/SkeletonModification2DJiggle.xml
diff options
context:
space:
mode:
authorquinnyo <3379314+quinnyo@users.noreply.github.com>2022-10-29 22:38:05 +1000
committerquinnyo <3379314+quinnyo@users.noreply.github.com>2023-02-08 08:01:32 +1000
commitedf7f5cf3e5bbecf0f34c7b624f459b15dfd14d6 (patch)
tree98318a5e8596f1fa8c17156c9dc15c541409d2ec /doc/classes/SkeletonModification2DJiggle.xml
parent929333fe267f488638c76564237faff9d5d572fc (diff)
Replace "dampen" with "damp", "attenuate" in class docs
Diffstat (limited to 'doc/classes/SkeletonModification2DJiggle.xml')
-rw-r--r--doc/classes/SkeletonModification2DJiggle.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/SkeletonModification2DJiggle.xml b/doc/classes/SkeletonModification2DJiggle.xml
index 3321fffe1b..12f3b9b901 100644
--- a/doc/classes/SkeletonModification2DJiggle.xml
+++ b/doc/classes/SkeletonModification2DJiggle.xml
@@ -107,7 +107,7 @@
<param index="0" name="joint_idx" type="int" />
<param index="1" name="damping" type="float" />
<description>
- Sets the amount of dampening of the Jiggle joint at [param joint_idx].
+ Sets the amount of damping of the Jiggle joint at [param joint_idx].
</description>
</method>
<method name="set_jiggle_joint_gravity">
@@ -160,7 +160,7 @@
</methods>
<members>
<member name="damping" type="float" setter="set_damping" getter="get_damping" default="0.75">
- The default amount of dampening applied to the Jiggle joints, if they are not overridden. Higher values lead to more of the calculated velocity being applied.
+ The default amount of damping applied to the Jiggle joints, if they are not overridden. Higher values lead to more of the calculated velocity being applied.
</member>
<member name="gravity" type="Vector2" setter="set_gravity" getter="get_gravity" default="Vector2(0, 6)">
The default amount of gravity applied to the Jiggle joints, if they are not overridden.