Commit 570d911c by BellCodeEditor

auto save

parent 50f5b5cf
Showing with 2 additions and 1 deletions
++ "b/ddd\343\200\202py"
...@@ -41,7 +41,7 @@ while True: ...@@ -41,7 +41,7 @@ while True:
snake_head = up snake_head = up
if event.key == locals.K_DOWN and setheading != "up": if event.key == locals.K_DOWN and setheading != "up":
setheading = 'down' setheading = 'down'
snake_head = down snake_head = down
if setheading == "right": if setheading == "right":
x += 30 x += 30
......
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