Skip to content

Commit 4b5d47a

Browse files
authored
[Rectangular Movement] Updated description with link to new game example (#908)
Updated description with link to new game example
1 parent 4d60c3f commit 4b5d47a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

extensions/reviewed/RectangleMovement.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,22 @@
88
"name": "RectangleMovement",
99
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/shape-rectangle-plus.svg",
1010
"shortDescription": "Move objects in a rectangular pattern.",
11-
"version": "1.1.0",
11+
"version": "1.1.1",
1212
"description": [
1313
"Move objects in a rectangular pattern with easing functions from the Tween extension.",
1414
"",
1515
"It can be used for:",
16+
"",
1617
"- Moveable platforms",
1718
"- Enemy movement patterns",
1819
"- Moving along the border of another object",
1920
"",
2021
"The platformer example uses this extension ([open the project online](https://editor.gdevelop.io/?project=example://platformer)).",
2122
"",
22-
"This example can be used to check some settings ([open the project online](https://editor.gdevelop.io/?project=example://rectangular-movement))."
23+
"This game shows how to make objects move around the border of another object ([open the project online](https://editor.gdevelop.io/?project=example://moving-saw-platformer)).",
24+
"",
25+
"This example can be used to test different settings ([open the project online](https://editor.gdevelop.io/?project=example://rectangular-movement)).",
26+
""
2327
],
2428
"origin": {
2529
"identifier": "RectangleMovement",

0 commit comments

Comments
 (0)