Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions extensions/reviewed/FirstPersonCamera.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
"name": "FirstPersonCamera",
"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",
"shortDescription": "Move the camera to look though objects eyes.",
"version": "1.0.2",
"version": "1.0.3",
"description": [
"Move the camera to look though objects eyes.",
"",
"This extension can be used with the \"Mouse pointer lock\" or \"Gamepad\" extension to build a first person camera."
"This extension can be used with the \"Mouse pointer lock\" or \"Gamepad\" extension to build a first person camera.",
"",
"The first person example uses this extension ([open the project online](https://editor.gdevelop.io/?project=example://3d-first-person))."
],
"origin": {
"identifier": "FirstPersonCamera",
Expand Down
6 changes: 4 additions & 2 deletions extensions/reviewed/ObjectSlicer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@
"name": "ObjectSlicer",
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/2ea979b9db9294f26b40687e214f26d7926682457113ccc6dca4174bce6033aa_knife.svg",
"shortDescription": "Slice an object into smaller pieces that match the color of original object.",
"version": "1.1.0",
"version": "1.1.1",
"description": [
"Useful for creating death animations such as explosions, crumbling, dissolve, or teleportation effects.",
"Pieces should be a solid white color or the color of the piece will not match the original color.",
"",
"Tips:",
"- Adjust the collision mask to control where pieces will be created",
"- Pieces are linked to the original object which can be used in other events (i.e. explode away from the original object) "
"- Pieces are linked to the original object which can be used in other events (i.e. explode away from the original object)",
"",
"An example shows how to slice objects ([open the project online](https://editor.gdevelop.io/?project=example://object-slicer.json))."
],
"tags": [
"slice",
Expand Down
6 changes: 3 additions & 3 deletions extensions/reviewed/ScreenWrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"name": "ScreenWrap",
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/monitor-screenshot.svg",
"shortDescription": "Teleport object when it moves off the screen and immediately appear on the opposite side while maintaining speed and trajectory.",
"version": "0.3.0",
"version": "0.3.1",
"description": [
"The teleport happens when the center point of the object crosses a border (this can be adjusted with an offset).",
"By default, the borders of the wrapping area match the screen size, but they can alo be changed.",
"By default, the borders of the wrapping area match the screen size, but they can also be changed.",
"",
"The Asteroid-like example uses this extension ([open the project online](https://editor.gdevelop.io/?project=example://space-asteroid))."
"The Asteroid-like example uses this extension ([open the project online](https://editor.gdevelop.io/?project=example://space-asteroids))."
],
"origin": {
"identifier": "ScreenWrap",
Expand Down
5 changes: 3 additions & 2 deletions extensions/reviewed/ThirdPersonCamera.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
"name": "ThirdPersonCamera",
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Virtual Reality/94e95d2c318e1f3dc7151a351024e13c574e1e44669c6696aa107d60230073f6_Virtual Reality_3d_vision_eye_vr.svg",
"shortDescription": "Move the camera to look at an object from a given distance.",
"version": "1.6.0",
"version": "1.6.1",
"description": [
"Move the camera to look at an object from a given distance with a rotation and an elevation angles.",
"",
"It can be useful for:",
"- Third person camera",
"- Isometric-like point of view",
""
"",
"The 3D platformer example uses this extension ([open the project online](https://editor.gdevelop.io/?project=example://3d-platformer))."
],
"origin": {
"identifier": "ThirdPersonCamera",
Expand Down