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 4 additions and 4 deletions
Showing only changes of commit 14fbe1ab5d - Show all commits

View File

@@ -105,9 +105,9 @@ module.exports = {
{
"type": "text",
"text": this.encodeStr(discordUser.username.substr(0,15)+(discordUser.username.length>15?'...':'')),
"fontSize": 30,
"fontSize": 32,
"x": 25,
"y": 25,
"y": 20,
"width": 300,
"height": 30,
"horizontalAlignment": "center"
@@ -157,7 +157,7 @@ module.exports = {
"text": customStatus,
"fontSize": 30,
"x": 550,
"y": 30,
"y": 55,
"width": 600,
"height": 300,
"horizontalAlignment": "left"

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"