Finished tattoo video

This commit is contained in:
Grant Sanderson
2017-01-05 11:56:52 -08:00
parent 44216ffe0d
commit 740eba856d
5 changed files with 317 additions and 43 deletions

View File

@ -122,6 +122,8 @@ class Bubble(SVGMobject):
"bubble_center_adjustment_factor" : 1./8,
"file_name" : None,
"propogate_style_to_family" : True,
"fill_color" : BLACK,
"fill_opacity" : 0.8,
}
def __init__(self, **kwargs):
digest_config(self, kwargs, locals())