diff options
author | tpart <tpart120@proton.me> | 2024-07-28 16:01:05 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-28 16:03:45 +0200 |
commit | f3fbeabaffb7fe7a435c69a838f887c069cee81f (patch) | |
tree | 58e147ec7e359667d6e2340bd2a11bca0378fca1 /client | |
parent | 93d5b4729a44c60bd6bfc46d5491a072c1d35b4c (diff) | |
download | hurrycurry-f3fbeabaffb7fe7a435c69a838f887c069cee81f.tar hurrycurry-f3fbeabaffb7fe7a435c69a838f887c069cee81f.tar.bz2 hurrycurry-f3fbeabaffb7fe7a435c69a838f887c069cee81f.tar.zst |
Add paris map
Diffstat (limited to 'client')
-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 |