Change hwFogDensity into float key.

This commit is contained in:
Allan Ihsan 2022-06-24 14:14:41 +03:00
parent 76cf10a611
commit 0486b99a34

View file

@ -293,7 +293,10 @@
{
"type": "number",
"key": "hwFogDensity",
"label": "Fog Density"
"label": "Fog Density",
"decimal": 2,
"minimum": 0,
"maximum": 1
},
{
"type": "number",