diff options
author | Septian <septgsk@gmail.com> | 2023-07-09 04:41:18 +0700 |
---|---|---|
committer | Septian <septgsk@gmail.com> | 2023-07-09 04:41:18 +0700 |
commit | 486609eccf25878f20b71cf5dd92d29b6b0c6167 (patch) | |
tree | e956320044898af129ecba3626dacddbc3df9c0c /doc/classes/AnimationNodeAdd3.xml | |
parent | 83cc5d4914a6bff76069ac19191192337e4df3de (diff) | |
download | redot-engine-486609eccf25878f20b71cf5dd92d29b6b0c6167.tar.gz |
Fix various typos in documentation
Diffstat (limited to 'doc/classes/AnimationNodeAdd3.xml')
-rw-r--r-- | doc/classes/AnimationNodeAdd3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AnimationNodeAdd3.xml b/doc/classes/AnimationNodeAdd3.xml index 59242d00a2..12f00849cc 100644 --- a/doc/classes/AnimationNodeAdd3.xml +++ b/doc/classes/AnimationNodeAdd3.xml @@ -4,7 +4,7 @@ Blends two of three animations additively inside of an [AnimationNodeBlendTree]. </brief_description> <description> - A resource to add to an [AnimationNodeBlendTree]. Blends two animations out of three additively out of three based on the amounmt value. + A resource to add to an [AnimationNodeBlendTree]. Blends two animations out of three additively out of three based on the amount value. This animation node has three inputs: - The base animation to add to - A "-add" animation to blend with when the blend amount is negative |