mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 05:42:18 +02:00
Small fix
This commit is contained in:
parent
6e59a642c6
commit
95018a92e0
@ -599,7 +599,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
|||||||
break;
|
break;
|
||||||
case 'pt_BR':
|
case 'pt_BR':
|
||||||
instructionTextSize = '38px';
|
instructionTextSize = '38px';
|
||||||
break
|
break;
|
||||||
case 'zh_CN':
|
case 'zh_CN':
|
||||||
instructionTextSize = '42px';
|
instructionTextSize = '42px';
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user