Commit 1d5c3706 by BellCodeEditor

save project

parent 74cb9135
Showing with 3 additions and 2 deletions
...@@ -59,7 +59,7 @@ while True: ...@@ -59,7 +59,7 @@ while True:
y += 30 y += 30
position.append((x, y)) position.append((x, y))
my_font = pygame
if x == apple_x and y == apple_y: if x == apple_x and y == apple_y:
num1 = randint(1,22) num1 = randint(1,22)
num2 = randint(1,16) num2 = randint(1,16)
...@@ -83,6 +83,6 @@ while True: ...@@ -83,6 +83,6 @@ while True:
# 将果实画上去 # 将果实画上去
screen.blit(food, (apple_x, apple_y)) screen.blit(food, (apple_x, apple_y))
# 刷新画面 # 刷新画面
screen.blit(text,(630,0)) screen.blit(text,(540,30))
pygame.display.update() pygame.display.update()
FPSCLOCK.tick(3) FPSCLOCK.tick(3)
\ 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