aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-08-17 16:16:57 +0200
committertpart <tpart120@proton.me>2024-08-17 16:16:57 +0200
commit131bd740f6b5a024eda49c21c06621526cef7285 (patch)
tree7ff3cdd560b5932b909868a1b68cc1ce1d314bde
parent074de9b2aac0025f8b71cc36e537fde14f79fd38 (diff)
downloadhurrycurry-131bd740f6b5a024eda49c21c06621526cef7285.tar
hurrycurry-131bd740f6b5a024eda49c21c06621526cef7285.tar.bz2
hurrycurry-131bd740f6b5a024eda49c21c06621526cef7285.tar.zst
Enable SSAO in high preset
-rw-r--r--client/global.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd
index d660173a..be83057f 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -98,7 +98,7 @@ var presets: Array[Preset] = [
tr("High"): {
"ui_blur": true,
"aa": 2,
- "ssao": false,
+ "ssao": true,
"taa": false,
"shadows": true,
"glow": true,