Refactor generate_logo

This commit is contained in:
Grant Sanderson
2015-10-29 17:00:46 -07:00
parent e4b61dc5df
commit f581446c4e
9 changed files with 42 additions and 23 deletions

View File

@ -9,8 +9,8 @@ from helpers import *
class Stars(Mobject):
DEFAULT_CONFIG = {
"point_thickness" : 1,
"radius" : SPACE_WIDTH,
"num_points" : 1000,
"radius" : SPACE_WIDTH,
"num_points" : 1000,
}
def __init__(self, **kwargs):
digest_config(self, Stars, kwargs)