Commit 3bdb97d6 by BellCodeEditor

save project

parent 7d7e86fb
Showing with 6 additions and 0 deletions

362 KB | W: | H:

373 Bytes | W: | H:

logo.png
logo.png
logo.png
logo.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -84,6 +84,12 @@ while True:
num = 0
pygame.mixer.music.load(path + "\\" + music_list[num])
pygame.mixer.music.play()
play_time=pygame.mixer.music.get_pos()
play_time=int(play_time/1000)
play_m=play_time//60
play_s=play_time%60
info=str(play_m)+":"+str(play_s)
print("彬彬操你妈,傻逼"+info)
# 绘制画面
new=pygame.transform.rotate(logo_img,fuckyoubinbin)
......
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