Skip to content

Commit 496cdc2

Browse files
authored
[Reviewed] [Advanced platformer movements] Fix the action to change the wall sliding maximum falling speed (#1706)
1 parent 5311bf7 commit 496cdc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extensions/reviewed/AdvancedJump.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"author": "Entropy",
2+
"author": "",
33
"category": "Movement",
44
"extensionNamespace": "",
55
"fullName": "Advanced platformer movements",
@@ -9,7 +9,7 @@
99
"name": "AdvancedJump",
1010
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Sports and Fitness/Sports and Fitness_training_running_run.svg",
1111
"shortDescription": "Let platformer characters: air jump, wall jump wall sliding, coyote time and dashing.",
12-
"version": "0.2.2",
12+
"version": "0.2.3",
1313
"description": [
1414
"This extension provides behaviors to:",
1515
"",
@@ -4142,7 +4142,7 @@
41424142
"value": "SetNumberVariable"
41434143
},
41444144
"parameters": [
4145-
"WallSlidingGravity",
4145+
"WallSlidingMaxFallingSpeed",
41464146
"=",
41474147
"Value"
41484148
]

0 commit comments

Comments
 (0)