Commit adc23ba3 by BellCodeEditor

auto save

parent 00e4f285
Showing with 4 additions and 0 deletions
...@@ -49,6 +49,10 @@ while True: ...@@ -49,6 +49,10 @@ while True:
#pygame.mixer.music.play() #pygame.mixer.music.play()
while
break
# 绘制画面 # 绘制画面
screen.blit(bg_img, (0, 0)) # 填充背景 screen.blit(bg_img, (0, 0)) # 填充背景
screen.blit(start, (270, 330)) # 暂停按钮 screen.blit(start, (270, 330)) # 暂停按钮
......
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