Skip to content

Commit

Permalink
Fix typos in descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSi committed Oct 16, 2023
1 parent 46f8121 commit b8adb06
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions extensions/community/Tween3D.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": [],
"eventsFunctions": [
{
"description": "the stretch on Z axis. The object volume is conseved. A stretch of 2 make the object apear 2 time longer on Z in proportion to the dimension on X and Y.",
"description": "the stretch on Z axis. The object volume is conserved. A stretch of 2 makes the object appear 2 times longer on Z in proportion to the dimensions on X and Y.",
"fullName": "Stretch on Z axis",
"functionType": "ExpressionAndCondition",
"name": "StretchZ",
Expand Down Expand Up @@ -58,7 +58,7 @@
"objectGroups": []
},
{
"description": "Change the stretch on Z axis. The object volume is conseved. A stretch of 2 make the object apear 2 time longer on Z in proportion to the dimension on X and Y.",
"description": "Change the stretch on Z axis. The object volume is conserved. A stretch of 2 makes the object appear 2 times longer on Z in proportion to the dimensions on X and Y.",
"fullName": "Stretch on Z axis",
"functionType": "ActionWithOperator",
"getterName": "StretchZ",
Expand Down Expand Up @@ -149,7 +149,7 @@
"objectGroups": []
},
{
"description": "the stretch on Y axis. The object volume is conseved. A stretch of 2 make the object apear 2 time longer on Y in proportion to the dimension on X and Z.",
"description": "the stretch on Y axis. The object volume is conserved. A stretch of 2 makes the object appear 2 times longer on Y in proportion to the dimensions on X and Z.",
"fullName": "Stretch on Y axis",
"functionType": "ExpressionAndCondition",
"name": "StretchY",
Expand Down Expand Up @@ -184,12 +184,12 @@
"objectGroups": []
},
{
"description": "Change the stretch on Z axis. The object volume is conseved. A stretch of 2 make the object apear 2 time longer on Z in proportion to the dimension on X and Y.",
"fullName": "Stretch on Z axis",
"description": "Change the stretch on Y axis. The object volume is conserved. A stretch of 2 makes the object appear 2 times longer on Z in proportion to the dimensions on X and Z.",
"fullName": "Stretch on Y axis",
"functionType": "ActionWithOperator",
"getterName": "StretchY",
"name": "SetStretchY",
"sentence": "Change the stretch on Z axis of ",
"sentence": "Change the stretch on Y axis of ",
"events": [
{
"type": "BuiltinCommonInstructions::Standard",
Expand Down Expand Up @@ -310,7 +310,7 @@
"objectGroups": []
},
{
"description": "Change the stretch on Z axis. The object volume is conseved. A stretch of 2 make the object apear 2 time longer on Z in proportion to the dimension on X and Y.",
"description": "Change the stretch on Z axis. The object volume is conserved. A stretch of 2 makes the object appear 2 times longer on Z in proportion to the dimensions on X and Y.",
"fullName": "Stretch on Z axis",
"functionType": "ActionWithOperator",
"getterName": "ScaleVolume",
Expand Down Expand Up @@ -391,7 +391,7 @@
"objectGroups": []
},
{
"description": "Exponentially tween bewteen 2 values according to an easing function.",
"description": "Exponentially tween bewteen 2 values according to an easing function.",
"fullName": "Ease exponentially",
"functionType": "Expression",
"name": "EaseExp",
Expand Down

0 comments on commit b8adb06

Please sign in to comment.