Pygame sprite not moving while jumping
问题 I'm confused why my sprite is not moving while jumping. I've checked several times and changed my code over and over with no luck. My code is below and contains 3 pages, first contain the main loop, second contain the player class and third contain some game functions. Main import pygame from player import Player import game_functions as gf import sys import time def run_game(): # Intialise the game and start the screen pygame.init() screen = pygame.display.set_mode((800, 600)) pygame.display