Commit fbbe75c0 by BellCodeEditor

save project

parent 94be291f
Showing with 1 additions and 1 deletions
......@@ -23,7 +23,7 @@ hero = [pygame.image.load('hero1.png'),pygame.image.load('hero2.png'),pygame.ima
stone_x = 1000
obstacle = random.choice([bush,stone,cacti])
rest = obstacle.get_rest()
rest = obstacle.get_rect()
rest.x = 1000
rest.y = 500 - rest.height
......
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