Updating particle

This commit is contained in:
DaanV2
2022-01-19 10:33:42 +01:00
parent c9e0f03d34
commit 2d1e44af27

View File

@@ -87,7 +87,7 @@
"description": "The type of curve",
"enum": ["linear", "bezier", "bezier_chain", "catmull_rom"]
},
"horizontal_range": { "type": "string", "title": "Horizontal Range", "description": "What is the range the input is mapped onto" }
"horizontal_range": { "type": "number", "title": "Horizontal Range", "description": "What is the range the input is mapped onto" }
}
}
},