[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Weird problem



Kai Kuehne wrote:

I cannot set the speed to 0.5 because pygame.Rect uses integers for the
position things.

Store the position of your thing internally as floats and round them to ints when you come to draw it.

--
Greg