Rewrite of eop/combinations intro

This commit is contained in:
Grant Sanderson
2017-12-03 16:22:24 -08:00
parent 1770bb12d8
commit d585cc8edf
2 changed files with 146 additions and 20 deletions

View File

@ -17,6 +17,9 @@ class Lightbulb(SVGMobject):
"file_name" : "lightbulb",
"height" : 1,
"stroke_color" : YELLOW,
"stroke_width" : 3,
"fill_color" : YELLOW,
"fill_opacity" : 0,
}
class BitcoinLogo(SVGMobject):