From 8395a84b6008931fdcfb14a362d7bf19341a0d0b Mon Sep 17 00:00:00 2001 From: Flashfyre Date: Tue, 5 Mar 2024 20:36:01 -0500 Subject: [PATCH] Update spliced icon --- public/images/ui/icon_spliced.png | Bin 206 -> 352 bytes src/ui/battle-info.ts | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/images/ui/icon_spliced.png b/public/images/ui/icon_spliced.png index 612da16db115a2b663d44b25af3ce8c513c9008f..81bcdfd16ec689fe56d4ba2d89b9d4ebde725677 100644 GIT binary patch literal 352 zcmV-m0iXVfP)JP0003eNkle) zJxhZ@5QLv0sEA>})gO^Hw$e*q)M=Cj68PEQvSw(4LYVPg+xC6E0000 (this.scene as BattleScene).ui.hideTooltip()); - this.splicedIcon.setPositionRelative(this.nameText, nameTextWidth + this.genderText.displayWidth + 1 + (this.teraIcon.visible ? this.teraIcon.displayWidth + 1 : 0), 1); + this.splicedIcon.setPositionRelative(this.nameText, nameTextWidth + this.genderText.displayWidth + 1 + (this.teraIcon.visible ? this.teraIcon.displayWidth + 1 : 0), 2); this.splicedIcon.setVisible(!!pokemon.fusionSpecies); if (this.splicedIcon.visible) { this.splicedIcon.on('pointerover', () => (this.scene as BattleScene).ui.showTooltip(null, `${pokemon.species.getName(pokemon.formIndex)}/${pokemon.fusionSpecies.getName(pokemon.fusionFormIndex)}`));