Skip to content

Commit eab8d70

Browse files
authored
Add a few example links in extension descriptions (#1631)
- Don't show in changelogs
1 parent ff60615 commit eab8d70

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

extensions/reviewed/FirstPersonCamera.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
"name": "FirstPersonCamera",
1010
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Security and Protection/e8248ffd504c314e6a9d9d560c3a0fdad3398a5f125ae6a4c0654d4e68c86376_Security and Protection_security_protection_eye_scan_lock.svg",
1111
"shortDescription": "Move the camera to look though objects eyes.",
12-
"version": "1.0.2",
12+
"version": "1.0.3",
1313
"description": [
1414
"Move the camera to look though objects eyes.",
1515
"",
16-
"This extension can be used with the \"Mouse pointer lock\" or \"Gamepad\" extension to build a first person camera."
16+
"This extension can be used with the \"Mouse pointer lock\" or \"Gamepad\" extension to build a first person camera.",
17+
"",
18+
"The first person example uses this extension ([open the project online](https://editor.gdevelop.io/?project=example://3d-first-person))."
1719
],
1820
"origin": {
1921
"identifier": "FirstPersonCamera",

extensions/reviewed/ObjectSlicer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@
99
"name": "ObjectSlicer",
1010
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/2ea979b9db9294f26b40687e214f26d7926682457113ccc6dca4174bce6033aa_knife.svg",
1111
"shortDescription": "Slice an object into smaller pieces that match the color of original object.",
12-
"version": "1.1.0",
12+
"version": "1.1.1",
1313
"description": [
1414
"Useful for creating death animations such as explosions, crumbling, dissolve, or teleportation effects.",
1515
"Pieces should be a solid white color or the color of the piece will not match the original color.",
1616
"",
1717
"Tips:",
1818
"- Adjust the collision mask to control where pieces will be created",
19-
"- Pieces are linked to the original object which can be used in other events (i.e. explode away from the original object) "
19+
"- Pieces are linked to the original object which can be used in other events (i.e. explode away from the original object)",
20+
"",
21+
"An example shows how to slice objects ([open the project online](https://editor.gdevelop.io/?project=example://object-slicer.json))."
2022
],
2123
"tags": [
2224
"slice",

extensions/reviewed/ScreenWrap.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"name": "ScreenWrap",
1010
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/monitor-screenshot.svg",
1111
"shortDescription": "Teleport object when it moves off the screen and immediately appear on the opposite side while maintaining speed and trajectory.",
12-
"version": "0.3.0",
12+
"version": "0.3.1",
1313
"description": [
1414
"The teleport happens when the center point of the object crosses a border (this can be adjusted with an offset).",
15-
"By default, the borders of the wrapping area match the screen size, but they can alo be changed.",
15+
"By default, the borders of the wrapping area match the screen size, but they can also be changed.",
1616
"",
17-
"The Asteroid-like example uses this extension ([open the project online](https://editor.gdevelop.io/?project=example://space-asteroid))."
17+
"The Asteroid-like example uses this extension ([open the project online](https://editor.gdevelop.io/?project=example://space-asteroids))."
1818
],
1919
"origin": {
2020
"identifier": "ScreenWrap",

extensions/reviewed/ThirdPersonCamera.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
"name": "ThirdPersonCamera",
1010
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Virtual Reality/94e95d2c318e1f3dc7151a351024e13c574e1e44669c6696aa107d60230073f6_Virtual Reality_3d_vision_eye_vr.svg",
1111
"shortDescription": "Move the camera to look at an object from a given distance.",
12-
"version": "1.6.0",
12+
"version": "1.6.1",
1313
"description": [
1414
"Move the camera to look at an object from a given distance with a rotation and an elevation angles.",
1515
"",
1616
"It can be useful for:",
1717
"- Third person camera",
1818
"- Isometric-like point of view",
19-
""
19+
"",
20+
"The 3D platformer example uses this extension ([open the project online](https://editor.gdevelop.io/?project=example://3d-platformer))."
2021
],
2122
"origin": {
2223
"identifier": "ThirdPersonCamera",

0 commit comments

Comments
 (0)