Add files via upload

pull/592/head
justhil 2024-05-07 17:18:56 +08:00 committed by GitHub
parent b9ce5cfaaa
commit e466c4c67f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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')