mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +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 } = {
|
const languageSettings: { [key: string]: LanguageSetting } = {
|
||||||
|
en: {
|
||||||
|
infoContainerTextSize: "64px",
|
||||||
|
infoContainerLabelXPos: -20,
|
||||||
|
infoContainerTextXPos: -17,
|
||||||
|
},
|
||||||
pt: {
|
pt: {
|
||||||
infoContainerTextSize: "60px",
|
infoContainerTextSize: "60px",
|
||||||
infoContainerLabelXPos: -15,
|
infoContainerLabelXPos: -15,
|
||||||
|
Loading…
Reference in New Issue
Block a user