Skip to content

Commit 9181c9d

Browse files
authored
Remove broken resources from default variants of some extensions (#1904)
- Don't show in changelog
1 parent 930a461 commit 9181c9d

File tree

4 files changed

+198
-347
lines changed

4 files changed

+198
-347
lines changed

extensions/community/ScreenOrientationChecker.json

Lines changed: 10 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "ScreenOrientationChecker",
1010
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/0126888931a4a4f82bb2824df9f096347ace1c47f510c44df42aa8dc9e49e24a_screen-rotation.svg",
1111
"shortDescription": "Display a customizable screen asking the user to rotate their phone/tablet if not in the right orientation.",
12-
"version": "0.2.0",
12+
"version": "0.2.1",
1313
"description": "Display a customizable screen asking the user to rotate their phone/tablet if not in the right orientation.",
1414
"origin": {
1515
"identifier": "ScreenOrientationChecker",
@@ -232,44 +232,7 @@
232232
{
233233
"looping": false,
234234
"timeBetweenFrames": 0.08,
235-
"sprites": [
236-
{
237-
"hasCustomCollisionMask": true,
238-
"image": "rotate-screen-icon.png",
239-
"points": [],
240-
"originPoint": {
241-
"name": "origine",
242-
"x": 52.5,
243-
"y": 56.5
244-
},
245-
"centerPoint": {
246-
"automatic": true,
247-
"name": "centre",
248-
"x": 0,
249-
"y": 0
250-
},
251-
"customCollisionMask": [
252-
[
253-
{
254-
"x": 0,
255-
"y": 1
256-
},
257-
{
258-
"x": 105,
259-
"y": 1
260-
},
261-
{
262-
"x": 105,
263-
"y": 113
264-
},
265-
{
266-
"x": 0,
267-
"y": 113
268-
}
269-
]
270-
]
271-
}
272-
]
235+
"sprites": []
273236
}
274237
]
275238
}
@@ -296,7 +259,6 @@
296259
"ambientLightColorB": 200,
297260
"ambientLightColorG": 200,
298261
"ambientLightColorR": 200,
299-
"camera2DPlaneMaxDrawingDistance": 5000,
300262
"camera3DFarPlaneDistance": 10000,
301263
"camera3DFieldOfView": 45,
302264
"camera3DNearPlaneDistance": 3,
@@ -358,15 +320,15 @@
358320
},
359321
{
360322
"angle": 0,
361-
"customSize": false,
362-
"height": 0,
363-
"keepRatio": true,
323+
"customSize": true,
324+
"depth": 0.9624060150375939,
325+
"height": 96,
364326
"layer": "",
365327
"name": "Icon",
366328
"persistentUuid": "39cbfc66-13f4-43dc-b6ef-2bda83153277",
367-
"width": 0,
368-
"x": 204,
369-
"y": 64,
329+
"width": 96,
330+
"x": 158,
331+
"y": 16,
370332
"zOrder": 16,
371333
"numberProperties": [],
372334
"stringProperties": [],
@@ -378,15 +340,14 @@
378340
"gridType": "rectangular",
379341
"gridWidth": 32,
380342
"gridHeight": 32,
381-
"gridDepth": 32,
382343
"gridOffsetX": 0,
383344
"gridOffsetY": 0,
384-
"gridOffsetZ": 0,
385345
"gridColor": 10401023,
386346
"gridAlpha": 0.8,
387347
"snap": false,
388348
"zoomFactor": 1.75,
389-
"windowMask": false
349+
"windowMask": false,
350+
"selectedLayer": ""
390351
},
391352
"eventsFunctions": [
392353
{

0 commit comments

Comments
 (0)