From 5621b66cb3934f5d3578ef7b42f7dff806171133 Mon Sep 17 00:00:00 2001 From: "kaosat.dev" Date: Tue, 23 Jul 2024 23:38:39 +0200 Subject: [PATCH] chore(): updated registry for testing setup --- testing/bevy_example/assets/registry.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/bevy_example/assets/registry.json b/testing/bevy_example/assets/registry.json index 5a5ec38..30340ed 100644 --- a/testing/bevy_example/assets/registry.json +++ b/testing/bevy_example/assets/registry.json @@ -13340,11 +13340,11 @@ "type": "object", "typeInfo": "Struct" }, - "blenvy::blueprints::animation::SceneAnimations": { + "blenvy::blueprints::animation::InstanceAnimations": { "additionalProperties": false, "isComponent": true, "isResource": false, - "long_name": "blenvy::blueprints::animation::SceneAnimations", + "long_name": "blenvy::blueprints::animation::InstanceAnimations", "properties": { "graph": { "type": { @@ -13367,7 +13367,7 @@ "named_indices", "graph" ], - "short_name": "SceneAnimations", + "short_name": "InstanceAnimations", "type": "object", "typeInfo": "Struct" },