Skip to content
Merged
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
5 changes: 4 additions & 1 deletion examples/3d-car-coin-hunt/3d-car-coin-hunt.json
Original file line number Diff line number Diff line change
Expand Up @@ -22336,6 +22336,7 @@
"fullName": "Third person camera",
"name": "ThirdPersonCamera",
"objectType": "",
"quickCustomizationVisibility": "hidden",
"eventsFunctions": [
{
"fullName": "",
Expand Down Expand Up @@ -37724,7 +37725,7 @@
"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.1",
"version": "0.3.2",
"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 also be changed.",
Expand Down Expand Up @@ -37756,6 +37757,7 @@
"fullName": "Screen Wrap",
"name": "ScreenWrap",
"objectType": "",
"quickCustomizationVisibility": "hidden",
"eventsFunctions": [
{
"fullName": "",
Expand Down Expand Up @@ -38848,6 +38850,7 @@
"fullName": "Screen Wrap (physics objects)",
"name": "ScreenWrapPhysics",
"objectType": "",
"quickCustomizationVisibility": "hidden",
"eventsFunctions": [
{
"fullName": "",
Expand Down
Loading