From 871d32ae490042ada72a47ff247975fcee3950b9 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 16 Mar 2025 20:48:57 +0100 Subject: [PATCH] there might be a collision with other json files --- source/resource/textures/ui_texture_definition.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resource/textures/ui_texture_definition.json b/source/resource/textures/ui_texture_definition.json index 63ffa391..7ca6a381 100644 --- a/source/resource/textures/ui_texture_definition.json +++ b/source/resource/textures/ui_texture_definition.json @@ -5,7 +5,7 @@ "description": "The file that specifies either 9slice texture or Aseprite flipbook.", "title": "UI Texture File", "type": "object", - "oneOf": [ + "anyOf": [ { "$ref": "./nine_slice.json" },