Commit 704b27d8 by BellCodeEditor

auto save

parent 8702051b
Showing with 4 additions and 0 deletions
...@@ -22,6 +22,10 @@ index = 0 ...@@ -22,6 +22,10 @@ index = 0
y = 400 y = 400
u = 10 u = 10
douzou = "runing" douzou = "runing"
obstacle = random.choice([bush,stone,cati])
rext = obstacle.get_
rext.x =
rext.y =
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: 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