Guest User

Untitled

a guest
May 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Class Circle(pygame.sprite.Sprite):
  2.  
  3. self.image = self.image = pygame.image.load("circle.png")
  4.  
  5. circle = Circle()
  6.  
  7. window.blit(pygame.transform.scale(circle.image, (zoom, zoom)), (100, 100))
Add Comment
Please, Sign In to add comment