Skip to content

Commit

Permalink
Use the new syntax for properties and parameters in community extensi…
Browse files Browse the repository at this point in the history
…ons (#1401)

- Don't show in changelog
  • Loading branch information
D8H authored Oct 8, 2024
1 parent 53bdac0 commit 564ad51
Show file tree
Hide file tree
Showing 32 changed files with 2,118 additions and 2,118 deletions.
670 changes: 335 additions & 335 deletions extensions/community/AnimationSystem.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions extensions/community/CharacterGameFeel.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "CharacterGameFeel",
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Videogames/a9c73353ecb47ef44b3cf3c744d303a7df2b28787b82eeb1d9cceb2a3980ad9c_Videogames_videogame_pacman_game_video.svg",
"shortDescription": "Add game feel to your platformer character object.",
"version": "1.1.0",
"version": "1.1.1",
"description": [
"Add game feel behavior to your platformer character object to get the animations:",
"",
Expand Down Expand Up @@ -362,10 +362,10 @@
"Object",
"ETweenBehavior",
"\"__GameFeel.Idle.Breathing.Start\"",
"1-Object.Behavior::PropertyBIdleScale()",
"1+Object.Behavior::PropertyBIdleScale()",
"1-BIdleScale",
"1+BIdleScale",
"\"easeInOutSine\"",
"Object.Behavior::PropertyCIdleScalingSpeed()",
"CIdleScalingSpeed",
"",
""
]
Expand Down Expand Up @@ -436,7 +436,7 @@
"1",
"1",
"\"easeInOutSine\"",
"Object.Behavior::PropertyCIdleScalingSpeed()",
"CIdleScalingSpeed",
"",
""
]
Expand Down Expand Up @@ -575,10 +575,10 @@
"Object",
"ETweenBehavior",
"\"__GameFeel.Jump.GettingReady\"",
"1+Object.Behavior::PropertyGJumpScale()",
"1-Object.Behavior::PropertyGJumpScale()",
"1+GJumpScale",
"1-GJumpScale",
"\"easeInOutSine\"",
"Object.Behavior::PropertyHJumpScalingSpeed()/2",
"HJumpScalingSpeed/2",
"",
""
]
Expand Down Expand Up @@ -668,10 +668,10 @@
"Object",
"ETweenBehavior",
"\"__GameFeel.Jump.GettingReadyIsFinished\"",
"1-Object.Behavior::PropertyGJumpScale()",
"1+Object.Behavior::PropertyGJumpScale()",
"1-GJumpScale",
"1+GJumpScale",
"\"easeInOutSine\"",
"Object.Behavior::PropertyHJumpScalingSpeed()",
"HJumpScalingSpeed",
"",
"no"
]
Expand Down Expand Up @@ -722,7 +722,7 @@
"1",
"1",
"\"linear\"",
"Object.Behavior::PropertyHJumpScalingSpeed()",
"HJumpScalingSpeed",
"",
"yes"
]
Expand Down Expand Up @@ -879,10 +879,10 @@
"Object",
"ETweenBehavior",
"\"__GameFeel.Fall.Start\"",
"1-Object.Behavior::PropertyJFallScale()",
"1+Object.Behavior::PropertyJFallScale()",
"1-JFallScale",
"1+JFallScale",
"\"easeInOutSine\"",
"Object.Behavior::PropertyKFallScalingSpeed()",
"KFallScalingSpeed",
"",
"yes"
]
Expand Down Expand Up @@ -1247,10 +1247,10 @@
"Object",
"ETweenBehavior",
"\"__GameFeel.Land.Start\"",
"1+Object.Behavior::PropertyMLandScale()",
"1-Object.Behavior::PropertyMLandScale()",
"1+MLandScale",
"1-MLandScale",
"\"easeInOutSine\"",
"Object.Behavior::PropertyNLandScalingSpeed()",
"NLandScalingSpeed",
"",
""
]
Expand Down Expand Up @@ -1311,7 +1311,7 @@
"1",
"1",
"\"linear\"",
"Object.Behavior::PropertyNLandScalingSpeed()",
"NLandScalingSpeed",
"",
""
]
Expand Down
22 changes: 11 additions & 11 deletions extensions/community/ChatBubble.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"name": "ChatBubble",
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/chat-outline.svg",
"shortDescription": "Create chat bubbles dynamically. ",
"version": "1.6.2",
"version": "1.6.3",
"tags": [
"bubble",
"chat",
Expand Down Expand Up @@ -136,7 +136,7 @@
"ChatBubbleText",
"0",
"0",
"GetArgumentAsString(\"Layer\")"
"Layer"
]
},
{
Expand Down Expand Up @@ -196,7 +196,7 @@
},
"parameters": [
"Object",
"Object.Behavior::PropertyDefaultOutlineColor()"
"DefaultOutlineColor"
]
},
{
Expand All @@ -205,7 +205,7 @@
},
"parameters": [
"Object",
"Object.Behavior::PropertyDefaultColor()"
"DefaultColor"
]
},
{
Expand All @@ -215,7 +215,7 @@
"parameters": [
"__ChatBubble.DrawChatX",
"=",
"GetArgumentAsNumber(\"PointX\")-32"
"PointX-32"
]
},
{
Expand All @@ -225,7 +225,7 @@
"parameters": [
"__ChatBubble.DrawChatY",
"=",
"GetArgumentAsNumber(\"PointY\")-18-24-18"
"PointY-18-24-18"
]
},
{
Expand Down Expand Up @@ -476,8 +476,8 @@
"parameters": [
"Object",
"Behavior",
"GetArgumentAsNumber(\"PointX\")",
"GetArgumentAsNumber(\"PointY\")",
"PointX",
"PointY",
"ChatBubbleText",
"\"\"",
""
Expand Down Expand Up @@ -529,7 +529,7 @@
"NameTagText",
"0",
"0",
"GetArgumentAsString(\"Layer\")"
"Layer"
]
},
{
Expand Down Expand Up @@ -572,7 +572,7 @@
},
"parameters": [
"Object",
"Object.Behavior::PropertyNameTagBackgroundColor()"
"NameTagBackgroundColor"
]
},
{
Expand All @@ -581,7 +581,7 @@
},
"parameters": [
"Object",
"Object.Behavior::PropertyNameTagBackgroundColor()"
"NameTagBackgroundColor"
]
},
{
Expand Down
26 changes: 13 additions & 13 deletions extensions/community/CheatCode.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "CheatCode",
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/5ab10adef033825feddc9138b59d79d9a7aa94c58dd58fba0d21cd7b99be4aff_form-textbox-password.svg",
"shortDescription": "Add cheat codes to your game.",
"version": "1.1.1",
"version": "1.1.2",
"description": [
"- Use \"Cheat Code Entered\" (A Condition to check if a cheat code was entered).",
"",
Expand Down Expand Up @@ -89,7 +89,7 @@
},
"parameters": [
"",
"\"__CheatCode_\"+GetArgumentAsString(\"Code\")"
"\"__CheatCode_\"+Code"
]
}
]
Expand Down Expand Up @@ -121,7 +121,7 @@
"parameters": [
"LastPressedKey()",
"!=",
"StrAt(GetArgumentAsString(\"Code\"), Variable(__CheatCode.IndexStructure[GetArgumentAsString(\"Code\")]))"
"StrAt(Code, Variable(__CheatCode.IndexStructure[Code]))"
]
},
{
Expand All @@ -137,7 +137,7 @@
"value": "ModVarScene"
},
"parameters": [
"__CheatCode.IndexStructure[GetArgumentAsString(\"Code\")]",
"__CheatCode.IndexStructure[Code]",
"=",
"0"
]
Expand All @@ -163,7 +163,7 @@
},
"parameters": [
"",
"\"__CheatCode_\"+GetArgumentAsString(\"Code\")"
"\"__CheatCode_\"+Code"
]
}
]
Expand All @@ -180,7 +180,7 @@
"parameters": [
"LastPressedKey()",
"=",
"StrAt(GetArgumentAsString(\"Code\"), Variable(__CheatCode.IndexStructure[GetArgumentAsString(\"Code\")]))"
"StrAt(Code, Variable(__CheatCode.IndexStructure[Code]))"
]
},
{
Expand Down Expand Up @@ -218,9 +218,9 @@
},
"parameters": [
"",
"\"__CheatCode_\"+GetArgumentAsString(\"Code\")",
"\"__CheatCode_\"+Code",
"<",
"GetArgumentAsNumber(\"TimeLimit\")"
"TimeLimit"
]
}
]
Expand All @@ -240,7 +240,7 @@
"value": "ModVarScene"
},
"parameters": [
"__CheatCode.IndexStructure[GetArgumentAsString(\"Code\")]",
"__CheatCode.IndexStructure[Code]",
"+",
"1"
]
Expand All @@ -258,9 +258,9 @@
"value": "VarScene"
},
"parameters": [
"__CheatCode.IndexStructure[GetArgumentAsString(\"Code\")]",
"__CheatCode.IndexStructure[Code]",
"=",
"StrLength(GetArgumentAsString(\"Code\"))"
"StrLength(Code)"
]
}
],
Expand All @@ -270,7 +270,7 @@
"value": "ModVarScene"
},
"parameters": [
"__CheatCode.IndexStructure[GetArgumentAsString(\"Code\")]",
"__CheatCode.IndexStructure[Code]",
"=",
"0"
]
Expand Down Expand Up @@ -304,7 +304,7 @@
},
"parameters": [
"",
"\"__CheatCode_\"+GetArgumentAsString(\"Code\")"
"\"__CheatCode_\"+Code"
]
}
]
Expand Down
Loading

0 comments on commit 564ad51

Please sign in to comment.