Add: front_shiny to official_artwork

This commit is contained in:
Luis Vinicius 2022-11-21 19:40:30 -03:00
parent 73b974934b
commit 44af033872

View file

@ -1432,7 +1432,10 @@ def _build_pokemons():
"official-artwork": {
"front_default": try_image_names(
poke_sprites + official_art, info, "png"
)
),
"front_shiny": try_image_names(
poke_sprites + official_art + "shiny/", info, "png"
),
},
},
"versions": {