Improve fog density description

This commit is contained in:
Florian Rival
2025-10-03 20:01:52 +02:00
committed by GitHub
parent 77f821250a
commit fe50ea3c01

View File

@@ -1901,6 +1901,11 @@ module.exports = {
.getOrCreate('density')
.setValue('0.0012')
.setLabel(_('Density'))
.setDescription(
_(
'Density of the fog. Usual values are between 0.0005 (far away) and 0.005 (very thick fog).'
)
)
.setType('number');
}
{