Commit fc221440 by BellCodeEditor

save project

parent ce92a6f9
Showing with 2 additions and 2 deletions
...@@ -36,8 +36,8 @@ bg_x = 0 ...@@ -36,8 +36,8 @@ bg_x = 0
road_x = 0 road_x = 0
obstacle = random.choice([bush,stone,cacti]) obstacle = random.choice([bush,stone,cacti])
rect = obstacle.get_rect() rect = obstacle.get_rect()
rest.x = 1000 rect.x = 1000
rest.y = 500-rest.height rect.y = 500-rect.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