diff --git a/Assets/Objects/Couch.tscn b/Assets/Objects/Couch.tscn new file mode 100644 index 0000000..f6d43a8 --- /dev/null +++ b/Assets/Objects/Couch.tscn @@ -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")] diff --git a/Assets/Objects/Lamp.tscn b/Assets/Objects/Lamp.tscn new file mode 100644 index 0000000..0f1769e --- /dev/null +++ b/Assets/Objects/Lamp.tscn @@ -0,0 +1,23 @@ +[gd_scene load_steps=3 format=3 uid="uid://br6k3dfcj151x"] + +[ext_resource type="PackedScene" uid="uid://byl6w65sfqwrn" path="res://Blender Files/Objects/Lamp.blend" id="1_0ufhn"] + +[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_3t8s6"] +radius = 0.26688 +height = 2.935 + +[node name="Lamp" type="StaticBody3D"] + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.17997, 0) +shape = SubResource("CapsuleShape3D_3t8s6") + +[node name="Lamp" parent="." instance=ExtResource("1_0ufhn")] + +[node name="Spot" parent="Lamp" index="1"] +transform = Transform3D(1, 0, 0, 0, -4.76837e-07, -1, 0, 1, -4.76837e-07, 0, 2.22262, 0) +light_energy = 16.0 +shadow_enabled = true +distance_fade_enabled = true + +[editable path="Lamp"] diff --git a/Assets/Objects/Table.tscn b/Assets/Objects/Table.tscn new file mode 100644 index 0000000..2fbc859 --- /dev/null +++ b/Assets/Objects/Table.tscn @@ -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")] diff --git a/Assets/Objects/safe.tscn b/Assets/Objects/safe.tscn new file mode 100644 index 0000000..9d55fc5 --- /dev/null +++ b/Assets/Objects/safe.tscn @@ -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"]