mirror of
https://github.com/PokeAPI/pokeapi
synced 2025-02-16 20:48:25 +00:00
Add: front_shiny to official_artwork
This commit is contained in:
parent
73b974934b
commit
44af033872
1 changed files with 4 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue