mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-30 04:37:14 +00:00
[Localization][pt] move pokemon-info-container label 1 pixel to the right (#2041)
This commit is contained in:
parent
7d55c165df
commit
29d9ac7038
@ -6,12 +6,12 @@ import { getNatureName } from "../data/nature";
|
||||
import { Type } from "../data/type";
|
||||
import Pokemon from "../field/pokemon";
|
||||
import i18next from "../plugins/i18n";
|
||||
import { DexAttr } from "../system/game-data";
|
||||
import * as Utils from "../utils";
|
||||
import ConfirmUiHandler from "./confirm-ui-handler";
|
||||
import { StatsContainer } from "./stats-container";
|
||||
import { TextStyle, addBBCodeTextObject, addTextObject, getTextColor } from "./text";
|
||||
import { addWindow } from "./ui-theme";
|
||||
import { DexAttr } from "../system/game-data";
|
||||
|
||||
interface LanguageSetting {
|
||||
infoContainerTextSize: string;
|
||||
@ -40,7 +40,7 @@ const languageSettings: { [key: string]: LanguageSetting } = {
|
||||
},
|
||||
"pt": {
|
||||
infoContainerTextSize: "60px",
|
||||
infoContainerLabelXPos: -16,
|
||||
infoContainerLabelXPos: -15,
|
||||
infoContainerTextXPos: -12,
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user