From e8d40ff6516b622aada5ea0ba5c6872288751a66 Mon Sep 17 00:00:00 2001 From: Minzkraut Date: Wed, 11 Jan 2023 23:32:50 +0100 Subject: [PATCH] Update jobDefinition.json --- jobDefinition.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/jobDefinition.json b/jobDefinition.json index 21e1f54..cb9016a 100644 --- a/jobDefinition.json +++ b/jobDefinition.json @@ -2,14 +2,10 @@ "remoteIdentifier": "AAAAA", "callback": "undefined", "type": "card", - "assets": { - "background": "https://eu2.contabostorage.com/823a1fae2a934aff89c43777a6329b4d:bot-storage/characters/miku.png", - "frame": "https://eu2.contabostorage.com/823a1fae2a934aff89c43777a6329b4d:bot-storage/frames/rainbow_overlay.png" - }, "composition": [ { "type": "image", - "asset": "background", + "asset": "https://eu2.contabostorage.com/823a1fae2a934aff89c43777a6329b4d:bot-storage/characters/miku.png", "x": 0, "y": 0, "width": 300, @@ -17,7 +13,7 @@ }, { "type": "image", - "asset": "frame", + "asset": "https://eu2.contabostorage.com/823a1fae2a934aff89c43777a6329b4d:bot-storage/frames/rainbow_overlay.png", "x": 0, "y": 300, "width": 300, @@ -34,4 +30,4 @@ } ] -} \ No newline at end of file +}