Commit 4058902e by BellCodeEditor

save project

parent 1cb3928b
Showing with 3 additions and 2 deletions
......@@ -86,11 +86,11 @@ while True:
new_logo = pygame.transform.rotate(logo_img, angle)
newrect=new_logo.get_rect(center=(320,200))
pos=(newrect[0],newrect[1])
if click % 2==0:
angle += 1
angle += 1
screen.blit(bg_img, (0, 0))
screen.blit(play_button, (270, 330))
screen.blit(new_logo,pos)
screen.blit(last_img, (120, 350))
screen.blit(next_img, (420, 350))
pygame.display.update()
\ 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