mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +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 +
|
||||
(this.showDiff ? 0 : ivChartLabelyOffset[s]),
|
||||
i18next.t(getStatKey(s)),
|
||||
TextStyle.TOOLTIP_CONTENT,
|
||||
TextStyle.STATS_HEXAGON,
|
||||
);
|
||||
statLabel.setOrigin(0.5);
|
||||
|
||||
@ -94,7 +94,7 @@ export class StatsContainer extends Phaser.GameObjects.Container {
|
||||
statLabel.x - (this.showDiff ? 0 : ivLabelOffset[s]),
|
||||
statLabel.y + 8,
|
||||
"0",
|
||||
TextStyle.TOOLTIP_CONTENT,
|
||||
TextStyle.STATS_HEXAGON,
|
||||
);
|
||||
this.ivStatValueTexts[s].setOrigin(0.5);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user