Commit 234245bd by BellCodeEditor

save project

parent beb89ba0
Showing with 5 additions and 0 deletions
...@@ -4,3 +4,8 @@ import pygame ...@@ -4,3 +4,8 @@ import pygame
pygame.init() pygame.init()
FPSCLOCK=pygame.time.Clock() FPSCLOCK=pygame.time.Clock()
position=[(180,90), (180,120),(210,120),(x,y)]
screen.blit(right,position[0,0])
for i in range(len((position)-1):
screen.blit(body,position[i])
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