vinnymac / PokeNurse

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon
284 stars 55 forks source link

Add family candy icon #228

Open hacknug opened 7 years ago

hacknug commented 7 years ago

This PR adds a custom candy image with the family candy colors next to the candy count. It uses only three images to generate the given candy icon using canvas every time the modal loads. The icon is generated at 256×256 (original source size) and then scaled down to 24×24 to make sure they look good (or at least waaaaaay better than they would if generated at 24×24 directly).

Most of the code was adapted from RMKane's candy experiment here: http://rmkane.com/experiment/pokemon/candy/index.html

This is how it looks like:

captura de pantalla 2017-04-26 a las 17 23 52 captura de pantalla 2017-04-26 a las 17 23 37 captura de pantalla 2017-04-26 a las 17 23 16 captura de pantalla 2017-04-26 a las 17 22 55

To-Do

vinnymac commented 7 years ago

@hacknug very pretty 👍