msikma / pokesprite

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

Size of sprites ? #33

Closed pranavavva closed 7 years ago

pranavavva commented 7 years ago

Are all the sprites the same size, or are they different sizes ? If thy are the same, what are the dimensions. I would like to know because I need the dimensions to access them from my java project.

msikma commented 7 years ago

All Pokémon icons are 40x30. All items and other icons are 32x32.

pranavavva commented 7 years ago

Ok Thank you :)