Added Couch, Indoor Lamp, Table, and Safe objects
This commit is contained in:
14
Assets/Objects/Couch.tscn
Normal file
14
Assets/Objects/Couch.tscn
Normal 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")]
|
||||
23
Assets/Objects/Lamp.tscn
Normal file
23
Assets/Objects/Lamp.tscn
Normal file
@ -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"]
|
||||
14
Assets/Objects/Table.tscn
Normal file
14
Assets/Objects/Table.tscn
Normal 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")]
|
||||
16
Assets/Objects/safe.tscn
Normal file
16
Assets/Objects/safe.tscn
Normal 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"]
|
||||
Reference in New Issue
Block a user