Commit 234245bd by BellCodeEditor

save project

parent beb89ba0
Showing with 6 additions and 2 deletions
......@@ -3,4 +3,9 @@ import pygame
# 初始化pygame,为使用pygame做准备
pygame.init()
FPSCLOCK=pygame.time.Clock()
\ No newline at end of file
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