Commit bfab6cc4 by BellCodeEditor

save project

parent ef4d7cd9
Showing with 9 additions and 0 deletions
...@@ -73,6 +73,15 @@ while True: ...@@ -73,6 +73,15 @@ while True:
pygame.mixer.music.load(filelist[num]) pygame.mixer.music.load(filelist[num])
pygame.mixer.music.play() pygame.mixer.music.play()
new_logo = pygame.transfrom.rotate(logo_img,angle)
newRect = new_logo.get_rect(center=(320,200))
pos = (newRect[0],newRect[1])
angle += 1
screen.bilt(bg_img,(0,0)) screen.bilt(bg_img,(0,0))
screen.bilt(play_button,(270,330)) screen.bilt(play_button,(270,330))
......
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