Commit 8b84f902 by BellCodeEditor

save project

parent d1b4f07f
Showing with 0 additions and 1 deletions
...@@ -25,7 +25,6 @@ y = 400 ...@@ -25,7 +25,6 @@ y = 400
t=30 t=30
a=random.choice([stone,cacti,apple]) a=random.choice([stone,cacti,apple])
b=a.get_rect() b=a.get_rect()
x=
b.y=500-b.height b.y=500-b.height
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
......
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