Commit 18014762 by BellCodeEditor

save project

parent feba17f4
new_loge = pygame.transform.rotate(loge_img,angle)
newRect = new_loge.get_rect(center=(320,200))
print(newRect)
angle
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)
last.png

3.79 KB

logo.png

40.9 KB

File added
next.png

3.87 KB

play.png

12.1 KB

stop.png

11.6 KB

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