Commit bb18a9ea by BellCodeEditor

auto save

parent b0025d7e
Showing with 2 additions and 2 deletions
......@@ -33,8 +33,8 @@ while True:
setheading = 'left'
snake_head = left
if event.key == locals.K_UP and setheading != "down":
setheading = 'up'
snake_head = up
set = 'up'
sheadingnake_head = up
if event.key == locals.K_DOWN and setheading != "up":
setheading = 'down'
snake_head = down
......
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