Commit 77be129a by BellCodeEditor

save project

parent 29bf63fa
Showing with 1 additions and 1 deletions
......@@ -30,7 +30,7 @@ while True:
if event.key==locals.K_RIGHT and setheading !="left":
setheading='right'
snake_head=right
if event.key==locals.K_LEFT and setheading !="right":
if event.key==locals.K_LEFT and setheading !="rig ht":
setheading='left'
snake_head=lrft
if event.key==locals.K_UP and setheading !="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