Commit 99b60866 by BellCodeEditor

save project

parent 6165b60c
Showing with 1 additions and 1 deletions
...@@ -34,7 +34,7 @@ bg_x=0 ...@@ -34,7 +34,7 @@ bg_x=0
road_x=0 road_x=0
time = 0 time = 0
#obstacle=Block(bush,cacti,stone) #obstacle=Block(bush,cacti,stone)
block_list = pygame.sprite.Group() block_list =pygame.sprite.Group()
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: if event.type == locals.QUIT:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment