diff --git a/addons/material_maker/nodes/sdcross.mmg b/addons/material_maker/nodes/sdcross.mmg index 8298ba730..44fa86887 100644 --- a/addons/material_maker/nodes/sdcross.mmg +++ b/addons/material_maker/nodes/sdcross.mmg @@ -50,7 +50,7 @@ "max": 1, "min": 0, "name": "bx", - "step": 0.1, + "step": 0.01, "type": "float" }, { @@ -61,7 +61,7 @@ "max": 1, "min": 0, "name": "by", - "step": 0.1, + "step": 0.01, "type": "float" }, { @@ -92,4 +92,4 @@ "shortdesc": "sdCross" }, "type": "shader" -} \ No newline at end of file +}