mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Added SUMMARY_STATS_GOLD
This commit is contained in:
parent
c38ff865af
commit
7a4e0bf478
@ -1009,7 +1009,7 @@ export default class SummaryUiHandler extends UiHandler {
|
|||||||
115 * colIndex + (colIndex === 1 ? 5 : 0),
|
115 * colIndex + (colIndex === 1 ? 5 : 0),
|
||||||
16 * rowIndex,
|
16 * rowIndex,
|
||||||
statName,
|
statName,
|
||||||
this.pokemon?.ivs[stat] === 31 ? TextStyle.SUMMARY_GOLD : TextStyle.SUMMARY,
|
this.pokemon?.ivs[stat] === 31 ? TextStyle.SUMMARY_STATS_GOLD : TextStyle.SUMMARY_STATS,
|
||||||
);
|
);
|
||||||
|
|
||||||
statLabel.setOrigin(0.5, 0);
|
statLabel.setOrigin(0.5, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user