From 88d4a990332e1d62788dd6b747723bd860f6b748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davy=20H=C3=A9lard?= Date: Tue, 8 Jul 2025 14:48:26 +0200 Subject: [PATCH 1/2] [3D car coin hunt] Fix the road physics shape Z --- examples/3d-car-coin-hunt/3d-car-coin-hunt.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/3d-car-coin-hunt/3d-car-coin-hunt.json b/examples/3d-car-coin-hunt/3d-car-coin-hunt.json index 56328edfb..22da2a71b 100644 --- a/examples/3d-car-coin-hunt/3d-car-coin-hunt.json +++ b/examples/3d-car-coin-hunt/3d-car-coin-hunt.json @@ -1,7 +1,7 @@ { "firstLayout": "Menu", "gdVersion": { - "build": 233, + "build": 235, "major": 5, "minor": 5, "revision": 0 @@ -86,6 +86,7 @@ ], "playableDevices": [ "keyboard", + "mobile", "mobile" ], "extensionProperties": [], @@ -1999,7 +2000,7 @@ "masks": 17, "shapeOffsetX": 0, "shapeOffsetY": 0, - "shapeOffsetZ": 6, + "shapeOffsetZ": 9, "massCenterOffsetX": 0, "massCenterOffsetY": 0, "massCenterOffsetZ": -25, @@ -2387,7 +2388,7 @@ "masks": 17, "shapeOffsetX": 0, "shapeOffsetY": 0, - "shapeOffsetZ": 0, + "shapeOffsetZ": -4, "massCenterOffsetX": 0, "massCenterOffsetY": 0, "massCenterOffsetZ": 0, @@ -2570,7 +2571,7 @@ "masks": 17, "shapeOffsetX": 0, "shapeOffsetY": 0, - "shapeOffsetZ": 8, + "shapeOffsetZ": 4, "massCenterOffsetX": 0, "massCenterOffsetY": 0, "massCenterOffsetZ": 0, From d55d5175ea9a71ccf93925f323c549fdbb2f5f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davy=20H=C3=A9lard?= Date: Tue, 8 Jul 2025 14:54:09 +0200 Subject: [PATCH 2/2] Typo --- examples/3d-car-coin-hunt/3d-car-coin-hunt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/3d-car-coin-hunt/3d-car-coin-hunt.json b/examples/3d-car-coin-hunt/3d-car-coin-hunt.json index 22da2a71b..bcbc450fb 100644 --- a/examples/3d-car-coin-hunt/3d-car-coin-hunt.json +++ b/examples/3d-car-coin-hunt/3d-car-coin-hunt.json @@ -86,7 +86,7 @@ ], "playableDevices": [ "keyboard", - "mobile", + "gamepad", "mobile" ], "extensionProperties": [],