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

14
Assets/Objects/Couch.tscn Normal file
View File

@ -0,0 +1,14 @@
[gd_scene load_steps=3 format=3 uid="uid://cr80y2nipytrb"]
[ext_resource type="PackedScene" uid="uid://q2cuens44yd2" path="res://Blender Files/Objects/Couch.blend" id="1_dkdhy"]
[sub_resource type="BoxShape3D" id="BoxShape3D_4t4cl"]
size = Vector3(3.97644, 0.965088, 1.96045)
[node name="StaticBody3D" type="StaticBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0136108, 0.478149, -0.00366211)
shape = SubResource("BoxShape3D_4t4cl")
[node name="Couch" parent="." instance=ExtResource("1_dkdhy")]