Merge new rendering into master #60

Merged
JanGross merged 25 commits from dev-new-rendering into master 2023-08-07 17:34:19 +02:00
2 changed files with 20 additions and 12 deletions
Showing only changes of commit 7175271233 - Show all commits

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",

View File

@@ -102,6 +102,14 @@ module.exports = {
{
"type": "image",
"asset": `${characterImage}`,
"x": 10,
"y": 10,
"width": 580,
"height": 980
},
{
"type": "image",
"asset": `${process.env.ASSET_URL}/overlays/default_frame.png`,
"x": 0,
"y": 0,
"width": 600,