Commit 3ccee297 by BellCodeEditor

save project

parent c8aeec3f
Showing with 4 additions and 0 deletions
...@@ -11,3 +11,6 @@ position = [(180,90),(180,120),(210,120),(x,y)] ...@@ -11,3 +11,6 @@ position = [(180,90),(180,120),(210,120),(x,y)]
x += 30 x += 30
position.append((x,y)) position.append((x,y))
position.pop(0) position.pop(0)
screen.blit(background)
for i in range(right, position)
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