This commit is contained in:
DaanV2
2022-01-19 17:13:08 +01:00
parent c0d970b732
commit 75d1b100c8

View File

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