Commit fba9a597 by BellCodeEditor

save project

parent 0f6a605c
Showing with 2 additions and 2 deletions
...@@ -15,7 +15,7 @@ body = pygame.image.load('body.png') ...@@ -15,7 +15,7 @@ body = pygame.image.load('body.png')
x=240 x=240
y=120 y=120
poor=[(,),(,),(,),(,)] poor=[(180,90),(180,120),(210,120),(240,120)]
FPSCLOCK=pygame.time.Clock() FPSCLOCK=pygame.time.Clock()
while True: while True:
...@@ -39,4 +39,4 @@ while True: ...@@ -39,4 +39,4 @@ while True:
# 刷新画面 # 刷新画面
FPSCLOCK.tick(1.1) FPSCLOCK.tick(1.1)
pygame.display.update() pygame.display.update()
for poor for poor(len())
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