If you want to rotate the image, just write this
line somewhere in your main :

Code:

function main()
{
....
tupian.roll += speed * time_step;
....
}