Commit 2447d8c6 by BellCodeEditor

save project

parent 42d0d3a1
Showing with 3 additions and 2 deletions
......@@ -87,10 +87,11 @@ while True:
r=pygame.transform.rotate(logo_img,j)
if play_button == stop_img:
j+=1
t=r.get_rect(center(320,200))
t=r.get_rect(center=(320,200))
p=(t[0],t[1])
screen.blit(bg_img, (0, 0))
screen.blit(play_button, (270, 330))
screen.blit(r, (170, 60))
screen.blit(r, p)
screen.blit(last_img, (120, 350))
screen.blit(next_img, (420, 350))
......
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