You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"shortDescription": "Move objects in a rectangular pattern.",
11
-
"version": "1.1.0",
11
+
"version": "1.1.1",
12
12
"description": [
13
13
"Move objects in a rectangular pattern with easing functions from the Tween extension.",
14
14
"",
15
15
"It can be used for:",
16
+
"",
16
17
"- Moveable platforms",
17
18
"- Enemy movement patterns",
18
19
"- Moving along the border of another object",
19
20
"",
20
21
"The platformer example uses this extension ([open the project online](https://editor.gdevelop.io/?project=example://platformer)).",
21
22
"",
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)).",
0 commit comments