starterInfoText adjustments and clean up

This commit is contained in:
Lugiad 2025-05-21 14:49:37 +02:00 committed by GitHub
parent d1b0bbb155
commit 65f25b4184
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,17 +108,19 @@ const languageSettings: { [key: string]: LanguageSetting } = {
instructionTextSize: "38px",
},
de: {
starterInfoTextSize: "48px",
starterInfoTextSize: "54px",
instructionTextSize: "35px",
starterInfoXPos: 33,
starterInfoXPos: 35,
},
"es-ES": {
starterInfoTextSize: "52px",
instructionTextSize: "35px",
starterInfoXPos: 32,
},
"es-MX": {
starterInfoTextSize: "52px",
instructionTextSize: "35px",
starterInfoXPos: 32,
},
fr: {
starterInfoTextSize: "54px",
@ -128,21 +130,17 @@ const languageSettings: { [key: string]: LanguageSetting } = {
starterInfoTextSize: "56px",
instructionTextSize: "38px",
},
pt_BR: {
starterInfoTextSize: "47px",
instructionTextSize: "38px",
"pt-BR": {
starterInfoTextSize: "48px",
instructionTextSize: "42px",
starterInfoYOffset: 0.5,
starterInfoXPos: 33,
},
zh: {
starterInfoTextSize: "47px",
instructionTextSize: "38px",
starterInfoYOffset: 1,
starterInfoXPos: 24,
},
pt: {
starterInfoTextSize: "48px",
instructionTextSize: "42px",
starterInfoXPos: 33,
starterInfoTextSize: "56px",
instructionTextSize: "36px",
starterInfoYOffset: 0,
starterInfoXPos: 26,
},
ko: {
starterInfoTextSize: "60px",
@ -157,8 +155,10 @@ const languageSettings: { [key: string]: LanguageSetting } = {
starterInfoXPos: 33,
},
"ca-ES": {
starterInfoTextSize: "52px",
starterInfoTextSize: "48px",
instructionTextSize: "38px",
starterInfoYOffset: 0.5,
starterInfoXPos: 29,
},
};