Rendering: Reposition labels for top-aligned default

This commit is contained in:
2023-06-12 21:27:27 +02:00
parent 7175271233
commit 14fbe1ab5d
2 changed files with 4 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ module.exports = {
"text": `${character.name}`,
"fontSize": 55,
"x": 0,
"y": 700,
"y": 850,
"width": 600,
"height": 300,
"horizontalAlignment": "center"