From 2d1e44af270160283bd2ace6efc7ce6c632b9f55 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 19 Jan 2022 10:33:42 +0100 Subject: [PATCH] Updating particle --- source/resource/particles/particles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resource/particles/particles.json b/source/resource/particles/particles.json index 38bd62cd..585778e9 100644 --- a/source/resource/particles/particles.json +++ b/source/resource/particles/particles.json @@ -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" } } } },