Commit bf13e0d2 by BellCodeEditor

save project

parent 6a919efb
Showing with 12 additions and 0 deletions
new_logo = pygame.transform.rotate(logo_img,angle)
newRect=new_logo.get_rect(center=(320,200))
print(newRect)
angle += 1
play_time=pygame.mixer.music.get_pos()
playtime=int(play_time/1000)
play_m = play_time//60
play_s= play_time%60
info = str(play_m)+':'+str(play_s)
\ 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