Add files via upload

This commit is contained in:
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

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