mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Apply STATS_HEXAGON TextStyle
This commit is contained in:
parent
3216996f97
commit
67d54ca7fd
@ -86,7 +86,7 @@ export class StatsContainer extends Phaser.GameObjects.Container {
|
|||||||
4 +
|
4 +
|
||||||
(this.showDiff ? 0 : ivChartLabelyOffset[s]),
|
(this.showDiff ? 0 : ivChartLabelyOffset[s]),
|
||||||
i18next.t(getStatKey(s)),
|
i18next.t(getStatKey(s)),
|
||||||
TextStyle.TOOLTIP_CONTENT,
|
TextStyle.STATS_HEXAGON,
|
||||||
);
|
);
|
||||||
statLabel.setOrigin(0.5);
|
statLabel.setOrigin(0.5);
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ export class StatsContainer extends Phaser.GameObjects.Container {
|
|||||||
statLabel.x - (this.showDiff ? 0 : ivLabelOffset[s]),
|
statLabel.x - (this.showDiff ? 0 : ivLabelOffset[s]),
|
||||||
statLabel.y + 8,
|
statLabel.y + 8,
|
||||||
"0",
|
"0",
|
||||||
TextStyle.TOOLTIP_CONTENT,
|
TextStyle.STATS_HEXAGON,
|
||||||
);
|
);
|
||||||
this.ivStatValueTexts[s].setOrigin(0.5);
|
this.ivStatValueTexts[s].setOrigin(0.5);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user