From 21b88fdc4abdc95f6b2d016bcc2a26706790be03 Mon Sep 17 00:00:00 2001 From: tpart Date: Sun, 30 Jun 2024 22:54:01 +0200 Subject: Fix GI settings descriptions --- client/global.gd | 4 ++-- 1 file 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", -- cgit v1.2.3-70-g09d2