Commit a40f0e83 by BellCodeEditor

save project

parent 59acd0c1
Showing with 1 additions and 1 deletions
...@@ -49,7 +49,7 @@ while True: ...@@ -49,7 +49,7 @@ while True:
ax=30*num1-30 ax=30*num1-30
ay=30*num2-30 ay=30*num2-30
else: else:
pos.pop(1) pos.pop()
pos.append((x,y)) pos.append((x,y))
screen.blit(background,(0,0)) screen.blit(background,(0,0))
screen.blit(right,pos[-1]) screen.blit(right,pos[-1])
......
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