diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/map/tiles/chandelier.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/map/tiles/chandelier.tscn b/client/map/tiles/chandelier.tscn index dfc366e6..03394ebb 100644 --- a/client/map/tiles/chandelier.tscn +++ b/client/map/tiles/chandelier.tscn @@ -12,4 +12,5 @@ mesh = ExtResource("1_urqpe") skeleton = NodePath("") [node name="OmniLight3D" type="OmniLight3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, 0) light_color = Color(0.945098, 0.886275, 0.745098, 1) |