Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <FragmentOfCircle>:
  2. size: self.size
  3. canvas:
  4. Color:
  5. rgb: (0.7, 0, 1)
  6. Line:
  7. width: self.circlewidth
  8. circle:
  9. (self.center_x, self.center_y, min(self.width, self.height),
  10. 0,60)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement