Added Couch, Indoor Lamp, Table, and Safe objects

This commit is contained in:
2024-07-15 23:43:06 -05:00
parent dc82125579
commit bd713e42a3
4 changed files with 67 additions and 0 deletions

16
Assets/Objects/safe.tscn Normal file
View File

@ -0,0 +1,16 @@
[gd_scene load_steps=3 format=3 uid="uid://bwi6wb1sf08m8"]
[ext_resource type="PackedScene" uid="uid://dyiafo6gigddo" path="res://Blender Files/Objects/Safe/Safe.blend" id="1_pjbm1"]
[sub_resource type="BoxShape3D" id="BoxShape3D_j1nq7"]
size = Vector3(1, 1, 1.09955)
[node name="Safe" type="StaticBody3D"]
[node name="Safe" parent="." instance=ExtResource("1_pjbm1")]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.505519, 0.0497742)
shape = SubResource("BoxShape3D_j1nq7")
[editable path="Safe"]