From e62436ce17eeffd25e6310c91712c6196ea69656 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 20 Dec 2021 21:06:51 +0100 Subject: [PATCH] Updated --- source/resource/animation_controllers/animation_controller.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/resource/animation_controllers/animation_controller.json b/source/resource/animation_controllers/animation_controller.json index 23e38543..c7fb8691 100644 --- a/source/resource/animation_controllers/animation_controller.json +++ b/source/resource/animation_controllers/animation_controller.json @@ -114,6 +114,8 @@ "oneOf": [ { "type": "number", + "default": 0.1, + "minimum": 0, "description": "A short-hand version of blend_out that simply sets the amount of time to fade out if the animation is interrupted" }, {