diff options
author | tpart <tpart120@proton.me> | 2024-06-26 21:45:11 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-06-26 21:45:17 +0200 |
commit | e645020fc8532ffe6b91c44d6535650f96b0eab0 (patch) | |
tree | b7b1668017a32ec0e35274962a1f5648472b40df | |
parent | e38a2ee78910edcec4425c07903e36fb5749ae3b (diff) | |
download | hurrycurry-e645020fc8532ffe6b91c44d6535650f96b0eab0.tar hurrycurry-e645020fc8532ffe6b91c44d6535650f96b0eab0.tar.bz2 hurrycurry-e645020fc8532ffe6b91c44d6535650f96b0eab0.tar.zst |
Use filmic tonemap in main menu scene
-rw-r--r-- | client/menu/menu_background.tscn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/menu/menu_background.tscn b/client/menu/menu_background.tscn index 5c29e4ac..951750e9 100644 --- a/client/menu/menu_background.tscn +++ b/client/menu/menu_background.tscn @@ -13,6 +13,9 @@ sky_material = SubResource("ProceduralSkyMaterial_uw50b") background_mode = 1 background_color = Color(0.517035, 0.49506, 0.878906, 1) sky = SubResource("Sky_utrtx") +tonemap_mode = 2 +tonemap_exposure = 0.6 +tonemap_white = 0.9 ssao_enabled = true [sub_resource type="QuadMesh" id="QuadMesh_fvp2p"] |