Commit f0304a86 by BellCodeEditor

auto save

parent bbfe9e69
Showing with 3 additions and 3 deletions
...@@ -37,11 +37,11 @@ while True: ...@@ -37,11 +37,11 @@ while True:
if event.key==locals.K_DOWN and c != "up": if event.key==locals.K_DOWN and c != "up":
c="down" c="down"
head=down head=down
if c="left": if c=="left":
x-=30 x-=30
elif c="right": elif c=="right":
x+=30 x+=30
elif c="up": elif c=="up":
y-=30 y-=30
else: else:
y+=30 y+=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