Update starter-select-ui-handler.ts

This commit is contained in:
Lugiad 2025-05-23 14:04:23 +02:00 committed by GitHub
parent cc2aacdafa
commit 21cb4b18ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,14 +113,16 @@ const languageSettings: { [key: string]: LanguageSetting } = {
starterInfoXPos: 35, starterInfoXPos: 35,
}, },
"es-ES": { "es-ES": {
starterInfoTextSize: "52px", starterInfoTextSize: "50px",
instructionTextSize: "35px", instructionTextSize: "38px",
starterInfoXPos: 32, starterInfoYOffset: 0.5,
starterInfoXPos: 38,
}, },
"es-MX": { "es-MX": {
starterInfoTextSize: "52px", starterInfoTextSize: "50px",
instructionTextSize: "35px", instructionTextSize: "38px",
starterInfoXPos: 32, starterInfoYOffset: 0.5,
starterInfoXPos: 38,
}, },
fr: { fr: {
starterInfoTextSize: "54px", starterInfoTextSize: "54px",