Rendering: Add placeholder frame

and fix profile card alignment
This commit is contained in:
2023-06-12 16:40:11 +02:00
committed by Minz
parent 6d35019e3e
commit e1cc82eb32
2 changed files with 20 additions and 12 deletions

View File

@@ -73,26 +73,26 @@ module.exports = {
{
"type": "image",
"asset": `${renderedCards[1]}`,
"x": 350,
"y": 325,
"width": 150,
"height": 250
"x": 375,
"y": 310,
"width": 175,
"height": 275
},
{
"type": "image",
"asset": `${renderedCards[2]}`,
"x": 510,
"y": 325,
"width": 150,
"height": 250
"x": 560,
"y": 310,
"width": 175,
"height": 275
},
{
"type": "image",
"asset": `${renderedCards[3]}`,
"x": 670,
"y": 325,
"width": 150,
"height": 250
"x": 745,
"y": 310,
"width": 175,
"height": 275
},
{
"type": "image",