hotel-madness/scenes/objects/closet.tscn

16 lines
460 B
Text
Raw Normal View History

2024-12-10 19:13:22 +01:00
[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")