Search results

  1. T

    Diagonal Movement of Sprites

    Hello, I'm currently in process of learning Pygame and Python and I'm trying to make a sprite move diagonally across the screen. Although it does work to move the sprite, this code ends up 'painting' the screen when I try to move it diagonally. Is there any way I can fix that? import pygame...
Back
Top