stationary = pygame.image.load(os.path.join("Assets/Hero", "standing.png")) # One way to do it - using the sprites that face left. left = [pygame.image.load(os.path ...