Not setting tint to 0 in the container

This commit is contained in:
Wlowscha 2025-02-23 12:33:48 +01:00
parent 0d72857d4e
commit 1fb682833e
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -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);
}