Skip to content

Commit 9a8bb8d

Browse files
authored
[Experimental] [Screen orientation checker] Fix the message never displaying (#1933)
1 parent 437620c commit 9a8bb8d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

extensions/community/ScreenOrientationChecker.json

Lines changed: 4 additions & 3 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.1",
12+
"version": "0.2.2",
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",
@@ -259,6 +259,7 @@
259259
"ambientLightColorB": 200,
260260
"ambientLightColorG": 200,
261261
"ambientLightColorR": 200,
262+
"camera2DPlaneMaxDrawingDistance": 5000,
262263
"camera3DFarPlaneDistance": 10000,
263264
"camera3DFieldOfView": 45,
264265
"camera3DNearPlaneDistance": 3,
@@ -490,7 +491,7 @@
490491
},
491492
"parameters": [
492493
"IsShown",
493-
"False",
494+
"True",
494495
""
495496
]
496497
}
@@ -562,7 +563,7 @@
562563
},
563564
"parameters": [
564565
"IsShown",
565-
"False",
566+
"True",
566567
""
567568
]
568569
}

0 commit comments

Comments
 (0)