From c74845df501126f59ebe5e7b956915fd9c6d6d5c Mon Sep 17 00:00:00 2001 From: Nitwel Date: Fri, 26 Apr 2024 14:53:40 +0200 Subject: [PATCH] fix keyboard collision --- app/content/system/keyboard/keyboard.tscn | 1 + 1 file changed, 1 insertion(+) diff --git a/app/content/system/keyboard/keyboard.tscn b/app/content/system/keyboard/keyboard.tscn index 94318be..5f761e0 100644 --- a/app/content/system/keyboard/keyboard.tscn +++ b/app/content/system/keyboard/keyboard.tscn @@ -67,6 +67,7 @@ size = Vector3(0.6, 0.15, 1) script = ExtResource("4_86fct") [node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -0.01) shape = SubResource("BoxShape3D_k5ib7") [node name="MeshInstance3D" type="MeshInstance3D" parent="."]