Added SUMMARY_STATS_GOLD

This commit is contained in:
Lugiad 2025-06-27 02:43:11 +02:00 committed by GitHub
parent c38ff865af
commit 7a4e0bf478
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1009,7 +1009,7 @@ export default class SummaryUiHandler extends UiHandler {
115 * colIndex + (colIndex === 1 ? 5 : 0),
16 * rowIndex,
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);