0

I'd just like to change the degree an object is rotated at, pygame.transform.rotate increments it.

Can you directly edit the object's attributes? Printing the object just displays <Surface(50x50x24 SW)>

JackHasaKeyboard
  • 1,599
  • 1
  • 16
  • 29
  • 2
    what attributes ? surface doesn't have information about degrees. `rotate` generate new surface/image. You have to remeber degrees on your own and always rotate oryginal image. – furas Jan 19 '17 at 05:53
  • I figured there would be some kind of data structure (object?) that contained all that info. It isn't stored in the one I created. – JackHasaKeyboard Jan 19 '17 at 06:53

0 Answers0