Commit 255d592b by BellCodeEditor

save project

parent efbc6feb
Showing with 1 additions and 1 deletions
......@@ -24,7 +24,7 @@ t=30
obstacle=random.choice([bush,stone,cacti])
rect=obstacle.get_rect()
rect.x=1000
rect_y=500-rect.height
rect.y=500-rect.height
while True:
for event in pygame.event.get():
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