Commit f9821507 by BellCodeEditor

save project

parent c8bb6a4c
Showing with 2 additions and 3 deletions
...@@ -24,5 +24,5 @@ position.append((x,y)) ...@@ -24,5 +24,5 @@ position.append((x,y))
position.pop(0) position.pop(0)
screen.blit(background,(0,0)) screen.blit(background,(0,0))
screen.blit(right, position[-1]) screen.blit(right, position[-1])
for i in range(len(position)-1):
screen.blit(body, position[i])
\ No newline at end of file
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