DEFAULT_CONFIG -> CONFIG

This commit is contained in:
Grant Sanderson
2016-02-27 16:32:53 -08:00
parent 8376ac431e
commit a06848a219
24 changed files with 87 additions and 87 deletions

View File

@ -7,7 +7,7 @@ from helpers import *
class Stars(Mobject):
DEFAULT_CONFIG = {
CONFIG = {
"point_thickness" : 1,
"radius" : SPACE_WIDTH,
"num_points" : 1000,