Commit 9176c213 by BellCodeEditor

save project

parent 9abd26c4
Showing with 4 additions and 2 deletions
...@@ -25,4 +25,7 @@ angle = 0 ...@@ -25,4 +25,7 @@ angle = 0
NewLogo = pygame.transfrom.rotate(logo_img,angle) NewLogo = pygame.transfrom.rotate(logo_img,angle)
newRect = NewLogo.get_rect(center=(320,200)) newRect = NewLogo.get_rect(center=(320,200))
pos=newRect[0],newRect[1] pos=newRect[0],newRect[1]
angle +=1 if play_button == stop.img:
\ No newline at end of file angle+=1
FPS = pygame.time.Clock()
FPS.tick(60)
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