Skip to content

Commit

Permalink
Remove unused attribute values.
Browse files Browse the repository at this point in the history
  • Loading branch information
D8H committed Oct 16, 2023
1 parent b8adb06 commit d712931
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions extensions/community/Tween3D.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
"name": "Tween3D",
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/30bc03f9cf5f2f42960246a605352a6937ae6b603f0177396a83193849a4724a_tennis-ball.svg",
"shortDescription": "Smoothly animate scale and rotation of 3d models.",
"version": "0.0.2",
"version": "0.0.3",
"description": "Change models proportions and orientation over time to make smooth animations.",
"origin": {
"identifier": "Tween3D",
"name": "gdevelop-extension-store"
},
"tags": [
"3d",
"tween",
Expand Down Expand Up @@ -58,12 +62,11 @@
"objectGroups": []
},
{
"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",
"fullName": "",
"functionType": "ActionWithOperator",
"getterName": "StretchZ",
"name": "SetStretchZ",
"sentence": "Change the stretch on Z axis of ",
"sentence": "",
"events": [
{
"type": "BuiltinCommonInstructions::Standard",
Expand Down Expand Up @@ -184,12 +187,11 @@
"objectGroups": []
},
{
"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",
"fullName": "",
"functionType": "ActionWithOperator",
"getterName": "StretchY",
"name": "SetStretchY",
"sentence": "Change the stretch on Y axis of ",
"sentence": "",
"events": [
{
"type": "BuiltinCommonInstructions::Standard",
Expand Down Expand Up @@ -310,12 +312,11 @@
"objectGroups": []
},
{
"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",
"fullName": "",
"functionType": "ActionWithOperator",
"getterName": "ScaleVolume",
"name": "SetScaleVolume",
"sentence": "Change the stretch on Z axis of ",
"sentence": "",
"events": [
{
"type": "BuiltinCommonInstructions::Standard",
Expand Down

0 comments on commit d712931

Please sign in to comment.