Commit b53a269c by BellCodeEditor

save project

parent c7ff74c1
Showing with 1 additions and 1 deletions
...@@ -30,7 +30,7 @@ while True: ...@@ -30,7 +30,7 @@ while True:
snakehead=right snakehead=right
if event.key==locals.K_LEFT and setheading!=right: if event.key==locals.K_LEFT and setheading!=right:
setheding='left' setheading='left'
snakehead=left snakehead=left
if event.key==locals.K_DOWN and setheading!=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