fix keyboard collision

This commit is contained in:
Nitwel 2024-04-26 14:53:40 +02:00
parent 08de973e96
commit c74845df50

View File

@ -67,6 +67,7 @@ size = Vector3(0.6, 0.15, 1)
script = ExtResource("4_86fct") script = ExtResource("4_86fct")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."] [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") shape = SubResource("BoxShape3D_k5ib7")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."] [node name="MeshInstance3D" type="MeshInstance3D" parent="."]