diff options
Diffstat (limited to 'client/map/tiles/lamp.tscn')
-rw-r--r-- | client/map/tiles/lamp.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/tiles/lamp.tscn b/client/map/tiles/lamp.tscn index 680dcf02..17a96b20 100644 --- a/client/map/tiles/lamp.tscn +++ b/client/map/tiles/lamp.tscn @@ -13,6 +13,6 @@ 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_energy = 3.0 light_size = 0.503 omni_range = 8.0 |