Commit 829c07da by BellCodeEditor

save project

parent d9145e2a
Showing with 1 additions and 1 deletions
......@@ -37,7 +37,7 @@ while True:
if event.key == locals.K_LEFT and setheading != "right":
setheading = 'left'
snake_head = left
if event.key == locals.K_UP and setheading != "down":
setheading = 'up'
snake_head = up
if event.key == locals.K_DOWN and setheading != "up":
......
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