How Do I Scroll My BackGround Image In Pygame? [duplicate]
问题 This question already has answers here : Making the background move sideways in pygame (2 answers) Closed 2 months ago . I was Wonder How I Could Scroll mY background image in pygame I have a moving object I want it to scroll when that object is moving here is a video of the background image right now video right now I am just blitting the background image def redrawwindow(): window.blit(bg,(0,0)) here is my full code import pygame import random pygame.init() #this is screem height window =