tdmalone / slackemon

Inspired by Pokémon Go, now you can catch and battle Pokémon with your teammates on Slack!
GNU General Public License v3.0
10 stars 3 forks source link

Nidoran male & female animated sprites aren't loading #34

Closed tdmalone closed 7 years ago

tdmalone commented 7 years ago

This is caused by the move to PokeCSS graphics, which stores as eg. nidoran-male and nidoranm, but we're looking for nidoran-m (and same for the -f sprites).

Best way to fix is probably to duplicate all these sprites in the media repo to also be available at the -m / -f suffixes.

tdmalone commented 7 years ago

Fixed by https://github.com/tdmalone/pokecss-media/commit/6fc502c0858f44c175b20ebcbf412813eeb8d7b1 and https://github.com/tdmalone/slackemon/commit/baa9eafff8116c958868f432701a2ee4a3e90391