mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Apply HEADER_LABEL
This commit is contained in:
parent
d092eb43c0
commit
6984c0176f
@ -202,7 +202,7 @@ export default class RunInfoUiHandler extends UiHandler {
|
|||||||
);
|
);
|
||||||
this.runContainer.add(abilityButtonContainer);
|
this.runContainer.add(abilityButtonContainer);
|
||||||
}
|
}
|
||||||
const headerText = addTextObject(0, 0, i18next.t("runHistory:runInfo"), TextStyle.SETTINGS_LABEL);
|
const headerText = addTextObject(0, 0, i18next.t("runHistory:runInfo"), TextStyle.HEADER_LABEL);
|
||||||
headerText.setOrigin(0, 0);
|
headerText.setOrigin(0, 0);
|
||||||
headerText.setPositionRelative(headerBg, 8, 4);
|
headerText.setPositionRelative(headerBg, 8, 4);
|
||||||
this.runContainer.add(headerText);
|
this.runContainer.add(headerText);
|
||||||
|
Loading…
Reference in New Issue
Block a user