Commit 2c24377a by BellCodeEditor

save project

parent 2d33928a
Showing with 2 additions and 2 deletions
...@@ -41,9 +41,9 @@ while True: ...@@ -41,9 +41,9 @@ while True:
if setheading =="right": if setheading =="right":
x-=30
elif setheading == "left":
x+=30 x+=30
elif setheading == "left":
x-=30
elif setheading == "up": elif setheading == "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