diff options
Diffstat (limited to 'client/map/tiles/chandelier.tscn')
-rw-r--r-- | client/map/tiles/chandelier.tscn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/client/map/tiles/chandelier.tscn b/client/map/tiles/chandelier.tscn new file mode 100644 index 00000000..dfc366e6 --- /dev/null +++ b/client/map/tiles/chandelier.tscn @@ -0,0 +1,15 @@ +[gd_scene load_steps=3 format=3 uid="uid://coql3wlp3jwoc"] + +[ext_resource type="Script" path="res://map/tiles/light_tile.gd" id="1_6vise"] +[ext_resource type="ArrayMesh" uid="uid://d11c3fl48g7qb" path="res://map/tiles/chandelier.res" id="1_urqpe"] + +[node name="Chandelier" type="Node3D"] +script = ExtResource("1_6vise") + +[node name="Mesh" type="MeshInstance3D" parent="."] +transform = Transform3D(100, 0, 0, 0, -1.19209e-05, 100, 0, -100, -1.19209e-05, 0, 1.875, 0) +mesh = ExtResource("1_urqpe") +skeleton = NodePath("") + +[node name="OmniLight3D" type="OmniLight3D" parent="."] +light_color = Color(0.945098, 0.886275, 0.745098, 1) |