Commit 8f1c3186 by BellCodeEditor

save project

parent adfad1ee
Showing with 2 additions and 2 deletions
...@@ -35,9 +35,9 @@ while True: ...@@ -35,9 +35,9 @@ while True:
c="left" c="left"
d=le d=le
if c=="left": if c=="left":
x+=30
elif c=="right":
x-=30 x-=30
elif c=="right":
x+=30
elif c=="up": elif c=="up":
y-=30 y-=30
else: else:
......
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