From 14a111f841fe9478118eec56d558e891059c6378 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 24 Mar 2022 13:10:07 +0100 Subject: [PATCH] fixing transition type --- source/behavior/animation_controllers/animation_controller.json | 2 +- source/resource/animation_controllers/animation_controller.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/behavior/animation_controllers/animation_controller.json b/source/behavior/animation_controllers/animation_controller.json index 0091a306..ec4b2607 100644 --- a/source/behavior/animation_controllers/animation_controller.json +++ b/source/behavior/animation_controllers/animation_controller.json @@ -108,7 +108,7 @@ "examples": [ { "animations": ["anim.idle"], - "transition": [{ "example": "query.is_sheared" }] + "transitions": [{ "example": "query.is_sheared" }] } ], "properties": { diff --git a/source/resource/animation_controllers/animation_controller.json b/source/resource/animation_controllers/animation_controller.json index 523beae1..5bb9eb11 100644 --- a/source/resource/animation_controllers/animation_controller.json +++ b/source/resource/animation_controllers/animation_controller.json @@ -94,7 +94,7 @@ "examples": [ { "animations": ["anim.idle"], - "transition": [{ "example": "query.is_sheared" }] + "transitions": [{ "example": "query.is_sheared" }] } ], "properties": {