Hi, I love these sprites. However, I noticed these sprites are 18x18 with a 1px transparent border. Is it possible to get them in 16x16 (or as a spritesheet)?
edit: I was able to convert them to 16x16 with this imagemagick command:
find . -type f -exec convert -crop 16x16+1+1 {} {} \;