From b4395632b00193a60e251fdee5eb2cab8c3ad507 Mon Sep 17 00:00:00 2001 From: Nitwel Date: Mon, 6 May 2024 20:36:57 +0200 Subject: [PATCH] fix menu touch area --- app/content/ui/menu/menu.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/content/ui/menu/menu.tscn b/app/content/ui/menu/menu.tscn index 2a40330..38ecc2d 100644 --- a/app/content/ui/menu/menu.tscn +++ b/app/content/ui/menu/menu.tscn @@ -188,7 +188,7 @@ _data = { } [sub_resource type="BoxShape3D" id="BoxShape3D_emmtq"] -size = Vector3(0.503906, 0.355225, 0.148712) +size = Vector3(0.542114, 0.355225, 0.0774612) [node name="Menu" type="StaticBody3D"] collision_layer = 6 @@ -303,5 +303,5 @@ collision_mask = 0 monitoring = false [node name="CollisionShape3D" type="CollisionShape3D" parent="Area3D"] -transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.0194855) +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0299683, 0, 0.00889969) shape = SubResource("BoxShape3D_emmtq")