Update starter-select-ui-handler.ts
This commit is contained in:
parent
eef81f62e2
commit
d2f12b5e65
|
@ -117,6 +117,10 @@ const languageSettings: { [key: string]: LanguageSetting } = {
|
|||
starterInfoTextSize: "56px",
|
||||
instructionTextSize: "38px",
|
||||
},
|
||||
"he-IL":{
|
||||
starterInfoTextSize: "56px",
|
||||
instructionTextSize: "38px",
|
||||
},
|
||||
};
|
||||
|
||||
const starterCandyCosts: { passive: integer, costReduction: [integer, integer], egg: integer }[] = [
|
||||
|
|
Loading…
Reference in New Issue