Skip to content

Commit c83aea9

Browse files
authored
[Reviewed] [Advanced jump] Add an example link (#729)
* Don't show in changelog
1 parent 4c15cf3 commit c83aea9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extensions/reviewed/AdvancedJump.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"* The wall jump behavior lets platformer characters jump and slide against walls.",
1616
"* The coyote time behavior, also known as \"ledge tolerance\", lets players to jump even after their character is no longer touching the ground for a given amount of time. It aims to give players a feeling of control and reduce frustration.",
1717
"* The horizontal dash behavior makes platformer characters dash horizontally.",
18-
"* The dive dash behavior makes platformer characters dash toward the floor."
18+
"* The dive dash behavior makes platformer characters dash toward the floor.",
19+
"",
20+
"An example allows to check it out ([open the project online](https://editor.gdevelop.io/?project=example://platformer-moves))."
1921
],
2022
"origin": {
2123
"identifier": "AdvancedJump",

0 commit comments

Comments
 (0)