Physics Tests
This commit is contained in:
parent
c483a438c7
commit
97ac75c936
10 changed files with 69 additions and 56 deletions
15
scenes/objects/closet.tscn
Normal file
15
scenes/objects/closet.tscn
Normal 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")
|
Loading…
Add table
Add a link
Reference in a new issue