Tweaked SSS luck value color (#1457)

Changed the gradient colors in the SSS luck value to something with a little more life
This commit is contained in:
Daeloth 2024-05-27 20:14:16 -04:00 committed by GitHub
parent fb26b6d501
commit f957994fe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1284,7 +1284,7 @@ export default class BattleScene extends SceneBase {
if (luckValue < 14) {
this.luckText.setTint(getLuckTextTint(luckValue));
} else {
this.luckText.setTint(0x83a55a, 0xee384a, 0x5271cd, 0x7b487b);
this.luckText.setTint(0xffef5c, 0x47ff69, 0x6b6bff, 0xff6969);
}
this.luckLabelText.setX((this.game.canvas.width / 6) - 2 - (this.luckText.displayWidth + 2));
this.tweens.add({