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

Reply via email to