diff options
| author | nokoe <nokoe@mailbox.org> | 2025-10-09 19:01:11 +0200 |
|---|---|---|
| committer | nokoe <nokoe@mailbox.org> | 2025-10-09 19:06:25 +0200 |
| commit | 6ed0228a1d2d6bee58971f60da11e5281cd3e2c3 (patch) | |
| tree | 21a749f450e807d4156b76d1adeb1b8140be7ac1 /client/gui | |
| parent | 46d997a8663f4f5692dacfd84b9ac9f72359c257 (diff) | |
| download | hurrycurry-6ed0228a1d2d6bee58971f60da11e5281cd3e2c3.tar hurrycurry-6ed0228a1d2d6bee58971f60da11e5281cd3e2c3.tar.bz2 hurrycurry-6ed0228a1d2d6bee58971f60da11e5281cd3e2c3.tar.zst | |
tweak omnilight color in character menu
Diffstat (limited to 'client/gui')
| -rw-r--r-- | client/gui/menus/character.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/gui/menus/character.tscn b/client/gui/menus/character.tscn index fa5f513c..3c271461 100644 --- a/client/gui/menus/character.tscn +++ b/client/gui/menus/character.tscn @@ -64,13 +64,13 @@ light_energy = 5.0 [node name="OmniLight3D3" type="OmniLight3D" parent="Node3D"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.6456945, 0.76124895, 0.72990704) -light_color = Color(0.84705883, 0.5019608, 0.43529412, 1) +light_color = Color(0.79, 0.3476, 0.50244, 1) light_energy = 0.75 omni_range = 6.4840736 [node name="OmniLight3D4" type="OmniLight3D" parent="Node3D"] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.5320137, 0.48659694, 0.6924461) -light_color = Color(0.5875623, 0.58040434, 0.8120325, 1) +light_color = Color(0.42633, 0.4131, 0.81, 1) light_energy = 0.75 omni_range = 6.071165 |