Commit a25b803e by BellCodeEditor

save project

parent 3f36d507
Showing with 2 additions and 1469 deletions

133 KB | W: | H:

243 KB | W: | H:

background.png
background.png
background.png
background.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -52,7 +52,7 @@ while True: ...@@ -52,7 +52,7 @@ while True:
# 绘制画面 # 绘制画面
screen.blit(bg_img, (0, 0)) # 填充背景 screen.blit(bg_img, (0, 0)) # 填充背景 d
screen.blit(start, (270, 330)) # 暂停按钮 screen.blit(start, (270, 330)) # 暂停按钮
screen.blit(logo_img, (170, 60)) # 中间logo图 screen.blit(logo_img, (170, 60)) # 中间logo图
screen.blit(last_img, (120, 350)) # 上一曲 screen.blit(last_img, (120, 350)) # 上一曲
...@@ -60,1470 +60,3 @@ while True: ...@@ -60,1470 +60,3 @@ while True:
# 刷新画面 # 刷新画面
pygame.display.update() pygame.display.update()
\ No newline at end of file
\ 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