diff options
Diffstat (limited to 'client/global.gd')
| -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", | 
