mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +02:00
Apply HEADER_LABEL TextStyle
This commit is contained in:
parent
3412dcccd6
commit
d092eb43c0
@ -82,7 +82,7 @@ export default class GameChallengesUiHandler extends UiHandler {
|
||||
headerBg.setName("window-header-bg");
|
||||
headerBg.setOrigin(0, 0);
|
||||
|
||||
const headerText = addTextObject(0, 0, i18next.t("challenges:title"), TextStyle.SETTINGS_LABEL);
|
||||
const headerText = addTextObject(0, 0, i18next.t("challenges:title"), TextStyle.HEADER_LABEL);
|
||||
headerText.setName("text-header");
|
||||
headerText.setOrigin(0, 0);
|
||||
headerText.setPositionRelative(headerBg, 8, 4);
|
||||
|
Loading…
Reference in New Issue
Block a user