Please see attached screenshot. In the screenshot, the two feet of the monster sprite, on the right, aren't mirrored.
I'm trying to mirror this sprite but it's only mirroring most of it. What did I miss or am doing wrong?
# BITMAP: width: 20, height: 27
evilMon_sprite = (0,0,0,128,192,64,200,152,48,32,0,0,16,152,72,76,64,128,0,0,
0,128,6,31,16,18,22,16,27,14,0,228,143,8,8,9,10,15,128,0,
0,10,7,2,2,2,0,32,50,22,20,20,51,32,2,2,2,7,10,0,
0,0,0,0,0,0,0,0,7,4,4,0,7,4,4,0,0,0,0,0)
thumby.display.drawSprite(evilMon_sprite, 25, 0, 20, 27, 1, 0, 0)
Thanks for your time!