Commit 2e45bfef by BellCodeEditor

save project

parent ab34694d
Showing with 1 additions and 5 deletions
......@@ -31,9 +31,6 @@ index = 0
y = 400
jumpState = "runing"
t = 30
bg_x = 0
road_x = 0
obstacle = Block(bush,cacti,stone)
aa=Block(bush,cacti,stone)
while True:
......@@ -84,4 +81,4 @@ while True:
rcet.x -= 8
screen.blit(obstacle,(rcet.x,rcet.y))
pygame.display.update()
FPS.tick(30)
\ No newline at end of file
FPS.tick(30)
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