mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Add new TextStyle
This commit is contained in:
parent
42ae6627c3
commit
a5d5b0e8e7
@ -49,11 +49,11 @@ export default class EggListUiHandler extends MessageUiHandler {
|
||||
|
||||
this.eggNameText = addTextObject(8, 68, "", TextStyle.SUMMARY).setOrigin(0);
|
||||
|
||||
this.eggDateText = addTextObject(8, 91, "", TextStyle.TOOLTIP_CONTENT);
|
||||
this.eggDateText = addTextObject(8, 91, "", TextStyle.EGG_LIST);
|
||||
|
||||
this.eggHatchWavesText = addTextObject(8, 108, "", TextStyle.TOOLTIP_CONTENT).setWordWrapWidth(540);
|
||||
this.eggHatchWavesText = addTextObject(8, 108, "", TextStyle.EGG_LIST).setWordWrapWidth(540);
|
||||
|
||||
this.eggGachaInfoText = addTextObject(8, 152, "", TextStyle.TOOLTIP_CONTENT).setWordWrapWidth(540);
|
||||
this.eggGachaInfoText = addTextObject(8, 152, "", TextStyle.EGG_LIST).setWordWrapWidth(540);
|
||||
|
||||
this.eggListIconContainer = globalScene.add.container(113, 5);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user