diff options
author | tpart <tpart120@proton.me> | 2024-06-30 22:54:01 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-06-30 22:54:01 +0200 |
commit | 21b88fdc4abdc95f6b2d016bcc2a26706790be03 (patch) | |
tree | de8c742500bc118efaf46485d47f3e8648023baf | |
parent | 70e909d62b14d4eca8e42d16c34ab9ac1c3975ee (diff) | |
download | hurrycurry-21b88fdc4abdc95f6b2d016bcc2a26706790be03.tar hurrycurry-21b88fdc4abdc95f6b2d016bcc2a26706790be03.tar.bz2 hurrycurry-21b88fdc4abdc95f6b2d016bcc2a26706790be03.tar.zst |
Fix GI settings descriptions
-rw-r--r-- | client/global.gd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/global.gd b/client/global.gd index eea9e64d..bee27fc0 100644 --- a/client/global.gd +++ b/client/global.gd @@ -69,12 +69,12 @@ var default_settings := { "voxel_gi": { "type": "toggle", "value": false, - "description": tr("Use VoxelGI (Blocks the game on map update)") + "description": tr("Use VoxelGI (Blocks the game on map update, looks good)") }, "sdfgi": { "type": "toggle", "value": false, - "description": tr("Use SDFGI (Doesn't block the game but is more resource-hungry)") + "description": tr("Use SDFGI (Doesn't block the game, looks worse)") }, "grass_amount": { "type": "range", |