Update jobDefinition.json

This commit is contained in:
2023-01-11 23:32:50 +01:00
committed by GitHub
parent b7430bfc0f
commit e8d40ff651

View File

@@ -2,14 +2,10 @@
"remoteIdentifier": "AAAAA", "remoteIdentifier": "AAAAA",
"callback": "undefined", "callback": "undefined",
"type": "card", "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": [ "composition": [
{ {
"type": "image", "type": "image",
"asset": "background", "asset": "https://eu2.contabostorage.com/823a1fae2a934aff89c43777a6329b4d:bot-storage/characters/miku.png",
"x": 0, "x": 0,
"y": 0, "y": 0,
"width": 300, "width": 300,
@@ -17,7 +13,7 @@
}, },
{ {
"type": "image", "type": "image",
"asset": "frame", "asset": "https://eu2.contabostorage.com/823a1fae2a934aff89c43777a6329b4d:bot-storage/frames/rainbow_overlay.png",
"x": 0, "x": 0,
"y": 300, "y": 300,
"width": 300, "width": 300,
@@ -34,4 +30,4 @@
} }
] ]
} }