Update starter-select-ui-handler.ts

This commit is contained in:
Lugiad 2024-12-03 15:40:04 +01:00 committed by GitHub
parent d6952fec1d
commit 7badac6ed3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -122,6 +122,10 @@ const languageSettings: { [key: string]: LanguageSetting } = {
starterInfoTextSize: "56px",
instructionTextSize: "38px",
},
"ro":{
starterInfoTextSize: "56px",
instructionTextSize: "38px",
},
};
const valueReductionMax = 2;