Added Couch, Indoor Lamp, Table, and Safe objects
This commit is contained in:
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"]
|
||||
Reference in New Issue
Block a user