Skip to content

Commit 8e018f3

Browse files
authored
Update StayOnScreen description
Don't show in changelog
1 parent ac717d9 commit 8e018f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

extensions/reviewed/StayOnScreen.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"category": "Movement",
44
"extensionNamespace": "",
55
"gdevelopVersion": ">=5.5.222",
6-
"fullName": "Stay On Screen",
6+
"fullName": "Stay On Screen (2D)",
77
"helpPath": "",
88
"iconUrl": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0ibWRpLW1vbml0b3Itc2NyZWVuc2hvdCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik05LDZINVYxMEg3VjhIOU0xOSwxMEgxN1YxMkgxNVYxNEgxOU0yMSwxNkgzVjRIMjFNMjEsMkgzQzEuODksMiAxLDIuODkgMSw0VjE2QTIsMiAwIDAsMCAzLDE4SDEwVjIwSDhWMjJIMTZWMjBIMTRWMThIMjFBMiwyIDAgMCwwIDIzLDE2VjRDMjMsMi44OSAyMi4xLDIgMjEsMiIgLz48L3N2Zz4=",
99
"name": "StayOnScreen",
1010
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/monitor-screenshot.svg",
1111
"shortDescription": "Move the object to keep it visible on the screen.",
1212
"version": "1.1.0",
1313
"description": [
14-
"Force the object to stay visible on the screen by setting back its position inside the viewport of the camera.",
14+
"Force the object to stay visible on the screen by setting back its 2D position (X and Y coordinates) inside the viewport of the camera.",
1515
"",
1616
"The shoot'em up example uses this extension ([open the project online](https://editor.gdevelop.io/?project=example://space-shooter))."
1717
],
@@ -33,7 +33,7 @@
3333
"eventsFunctions": [],
3434
"eventsBasedBehaviors": [
3535
{
36-
"description": "Force the object to stay visible on the screen by setting back its position inside the viewport of the camera.",
36+
"description": "Force the object to stay visible on the screen by setting back its 2D position inside the viewport of the camera.",
3737
"fullName": "Stay on Screen",
3838
"name": "StayOnScreen",
3939
"objectType": "",
@@ -477,4 +477,4 @@
477477
}
478478
],
479479
"eventsBasedObjects": []
480-
}
480+
}

0 commit comments

Comments
 (0)