diff options
Diffstat (limited to 'client/map/tiles/lamp.tscn')
-rw-r--r-- | client/map/tiles/lamp.tscn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/client/map/tiles/lamp.tscn b/client/map/tiles/lamp.tscn new file mode 100644 index 00000000..680dcf02 --- /dev/null +++ b/client/map/tiles/lamp.tscn @@ -0,0 +1,18 @@ +[gd_scene load_steps=3 format=3 uid="uid://b6x5xlchih2mc"] + +[ext_resource type="ArrayMesh" uid="uid://cranpcmdoa8mx" path="res://map/tiles/lamp.res" id="1_2f0v1"] +[ext_resource type="Script" path="res://map/tiles/lamp.gd" id="1_snoxq"] + +[node name="Lamp" type="Node3D"] +script = ExtResource("1_snoxq") + +[node name="Mesh" type="MeshInstance3D" parent="."] +transform = Transform3D(0.3, 0, 0, 0, 0.3, 0, 0, 0, 0.3, 0, 0, 0) +mesh = ExtResource("1_2f0v1") + +[node name="OmniLight3D" type="OmniLight3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.68634, 0) +light_color = Color(0.896459, 0.717604, 0.587842, 1) +light_energy = 2.0 +light_size = 0.503 +omni_range = 8.0 |