From 1fb682833e3b32606f6b42c7d1dd6967af3155b6 Mon Sep 17 00:00:00 2001 From: Wlowscha <54003515+Wlowscha@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:33:48 +0100 Subject: [PATCH] Not setting tint to 0 in the container --- src/ui/pokedex-mon-container.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/pokedex-mon-container.ts b/src/ui/pokedex-mon-container.ts index 83c85bdd116..1bcfafc0766 100644 --- a/src/ui/pokedex-mon-container.ts +++ b/src/ui/pokedex-mon-container.ts @@ -201,7 +201,6 @@ export class PokedexMonContainer extends Phaser.GameObjects.Container { this.icon.setOrigin(0, 0); this.icon.setFrame(species.getIconId(defaultProps.female, defaultProps.formIndex, defaultProps.shiny, defaultProps.variant)); this.checkIconId(defaultProps.female, defaultProps.formIndex, defaultProps.shiny, defaultProps.variant); - this.icon.setTint(0); this.add(this.icon); }