From e7465a00c461e5a077d03eb29a3dd69a0c7fd1d1 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 20 Jul 2022 21:16:32 +0200 Subject: [PATCH] Updated movement_sound_distance_offset --- .../format/components/movement_sound_distance_offset.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/movement_sound_distance_offset.json b/source/behavior/entities/format/components/movement_sound_distance_offset.json index 4b39eb9b..a99a984f 100644 --- a/source/behavior/entities/format/components/movement_sound_distance_offset.json +++ b/source/behavior/entities/format/components/movement_sound_distance_offset.json @@ -6,7 +6,7 @@ "required": ["value"], "properties": { "value": { - "type": "integer", + "type": "number", "default": 1.0, "description": "The higher the number, the less often the movement sound will be played.", "title": "Value"