Search found 1 match

by najanaja73
Tue Nov 18, 2014 7:11 pm
Forum: Off topic
Topic: Rotating a sprite with pygame
Replies: 2
Views: 9588

Rotating a sprite with pygame

Hi, I've just started using Python/Pygame as a hobby. I've gotten the code to draw my Plane.png and move it using the wsad keys, and I mapped the q and e keys to rotate it which it does, but each time it rotates, it 'falls' down the screen to the bottom right and after a few key presses, disappears....