Search results

  1. E

    Smooth player movement PyGame?

    Is there a way to use smooth player movement in PyGame? The way I have it the player moves choppy. Also, is there a way to add a way to make it so you can hold down a button? Right now I have to keep pressing D to make the character move :( Code snippit: clock = pygame.time.Clock() x,y = 0...
Back
Top