mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-11 19:02:16 +02:00
Add files via upload
This commit is contained in:
parent
b9ce5cfaaa
commit
e466c4c67f
@ -182,6 +182,10 @@ export function setSetting(scene: BattleScene, setting: Setting, value: integer)
|
||||
label: 'English',
|
||||
handler: () => changeLocaleHandler('en')
|
||||
},
|
||||
{
|
||||
label: 'Zh_cn',
|
||||
handler: () => changeLocaleHandler('zh_cn')
|
||||
},
|
||||
{
|
||||
label: 'Spanish',
|
||||
handler: () => changeLocaleHandler('es')
|
||||
|
Loading…
Reference in New Issue
Block a user