boltAnim.blit(winsurface, (pos[0]-50,pos[1]-100)??)
I am wondering how I can blit an image to front to the other images, I understand whatever I blit last will be shown last, but how can I set the blit parameters to send the image forwards or backward on the surface?