mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 15:02:16 +02:00
Added English language settings
This commit is contained in:
parent
b92219d114
commit
d0fe23d5ef
@ -22,6 +22,11 @@ interface LanguageSetting {
|
||||
}
|
||||
|
||||
const languageSettings: { [key: string]: LanguageSetting } = {
|
||||
en: {
|
||||
infoContainerTextSize: "64px",
|
||||
infoContainerLabelXPos: -20,
|
||||
infoContainerTextXPos: -17,
|
||||
},
|
||||
pt: {
|
||||
infoContainerTextSize: "60px",
|
||||
infoContainerLabelXPos: -15,
|
||||
|
Loading…
Reference in New Issue
Block a user