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/Table.tscn Normal file
View File

@ -0,0 +1,14 @@
[gd_scene load_steps=3 format=3 uid="uid://bmys4dwvkv04a"]
[ext_resource type="PackedScene" uid="uid://bdihmost6c2cx" path="res://Blender Files/Objects/Table.blend" id="1_lmwov"]
[sub_resource type="BoxShape3D" id="BoxShape3D_tggr1"]
size = Vector3(1.98047, 1.05591, 4.00323)
[node name="StaticBody3D" type="StaticBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.519419, -3.05176e-05)
shape = SubResource("BoxShape3D_tggr1")
[node name="Table" parent="." instance=ExtResource("1_lmwov")]