Commit 68c91fc2 by BellCodeEditor

save project

parent dc173693
Showing with 3 additions and 3 deletions
...@@ -22,9 +22,9 @@ while True: ...@@ -22,9 +22,9 @@ while True:
exit() exit()
# 将背景图画上去 # 将背景图画上去
pygame..load(background,(0,0)) screen.blit(background,(0,0))
pygame.draw.rect(Surface,(255,0,0),(120,20),0) pygame.draw.rect(Surface,((255, 0, 0),(120, 20, 20)), 0)
pygame.draw.rect(Surface,(255,250,250),(0,0),0) pygame.draw.rect(Surface,((255, 255, 255),(120, 20, 20)), 1)
# 得分 # 得分
# 刷新画面 # 刷新画面
......
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