Commit 8653fdc1 by BellCodeEditor

save project

parent c250d656
Showing with 3 additions and 0 deletions
...@@ -88,7 +88,10 @@ while True: ...@@ -88,7 +88,10 @@ while True:
play_m=play//60 play_m=play//60
play_s=play%60 play_s=play%60
if plat_s<10:
music_s='0+'str(music_s)
info=str(play_m)+":"+str(play_s) info=str(play_m)+":"+str(play_s)
new_logo=pygame.transform.rotate(logo_img,angle) new_logo=pygame.transform.rotate(logo_img,angle)
newRect=new_logo.get_rect(center=(320,200)) newRect=new_logo.get_rect(center=(320,200))
print(newRect) print(newRect)
......
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