_
This commit is contained in:
@@ -2,6 +2,9 @@ import pygame.draw
|
||||
|
||||
|
||||
class Circle:
|
||||
|
||||
object_type = "nr"
|
||||
|
||||
def __init__(self, center, radius, color, scene):
|
||||
self.center = center
|
||||
self.radius = radius
|
||||
|
||||
Reference in New Issue
Block a user