Physics Tests

This commit is contained in:
Patrick 2024-12-10 19:13:22 +01:00
parent c483a438c7
commit 97ac75c936
10 changed files with 69 additions and 56 deletions

View file

@ -0,0 +1,15 @@
[gd_scene load_steps=3 format=3 uid="uid://bsghm187n6ykx"]
[sub_resource type="BoxMesh" id="BoxMesh_qilbd"]
size = Vector3(1, 2, 1)
[sub_resource type="BoxShape3D" id="BoxShape3D_by26a"]
size = Vector3(1, 2, 1)
[node name="Closet" type="RigidBody3D"]
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_qilbd")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_by26a")