msikma / pokesprite

Database project of box and inventory sprites from the Pokémon core series games
https://msikma.github.io/pokesprite/
MIT License
972 stars 167 forks source link

Shiny star gone #19

Closed eldrich closed 7 years ago

eldrich commented 7 years ago

Hi,

In this commit you got rid of status icons. I actually use Shiny and Pokerus ones. Do you have anything against bringing them back?

Thanks

msikma commented 7 years ago

Oh, sorry. I didn't realize anyone would be using them. They were removed because they're UI elements rather than icons. Also because they were practically the only ones that didn't fit the mold of 32x32 or 40x30.

I've attached them here:

rare_icon anti_pokerus_icon

Not sure if I should bring them back, since the goal of this repository is to collect and showcase all Pokémon and item icons. If I start including UI as well it would be difficult to decide what goes and what doesn't.

msikma commented 7 years ago

I think the best way forward for UI items such as this is to centralize them in a different project. Part of them can be an icon font (since that way Pokémon names can be expressed as PUA Unicode characters), part of them SVG images. I'll be getting started on that sometime soon. For now I'll close this task.

screen shot 2017-08-15 at 16 48 44