Commit 4f72b5b7 by BellCodeEditor

save project

parent 0d1ab18a
Showing with 2 additions and 0 deletions
...@@ -100,6 +100,8 @@ while True: ...@@ -100,6 +100,8 @@ while True:
info = str(play_m)+":"+str(play_s) info = str(play_m)+":"+str(play_s)
vvv=pygame.font.Font(sss.ttf,18) vvv=pygame.font.Font(sss.ttf,18)
www = sss.ran(info,True,(255,255,255)) www = sss.ran(info,True,(255,255,255))
sound_m = sound_time//60
sound_s = sound_time%60
new_logo = pygame.transform.rotate(logo_img, angle) new_logo = pygame.transform.rotate(logo_img, angle)
new_rect = mew_logo.get_rect(center=(320,300)) new_rect = mew_logo.get_rect(center=(320,300))
pos = (new_rect[0],new_rect[1]) pos = (new_rect[0],new_rect[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