Commit 5aaa10f4 by BellCodeEditor

save project

parent 56bb5691
Showing with 3 additions and 1 deletions
print("Hello world")
\ No newline at end of file
...@@ -56,7 +56,7 @@ while True: ...@@ -56,7 +56,7 @@ while True:
if index>= 4: if index>= 4:
index=0 index=0
if rest.x <0-rest.width: if rest.x <0-rest.width:
zhangai=random.choice([stone,apple,cacti]) zhangai=random.choice([stone,apple,cacti])
rest=zhangai.get_rect() rest=zhangai.get_rect()
rest.x=1000 rest.x=1000
rest.y=500-rest.height 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