Commit 9becc193 by BellCodeEditor

save project

parent 337cb640
Showing with 1 additions and 0 deletions
...@@ -94,6 +94,7 @@ while True: ...@@ -94,6 +94,7 @@ while True:
obstacle = Block(bush, stone, cacti) obstacle = Block(bush, stone, cacti)
block_list.add(obstacle) block_list.add(obstacle)
time = 0 time = 0
if
screen.blit(obstacle.image, (obstacle.rect.x, obstacle.rect.y)) screen.blit(obstacle.image, (obstacle.rect.x, obstacle.rect.y))
......
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