mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
Up to IntroduceBlockChain in crypto
This commit is contained in:
@ -12,6 +12,13 @@ from topics.geometry import Circle, Line, Rectangle, Square, \
|
||||
Arc, Polygon, SurroundingRectangle
|
||||
from topics.three_dimensions import Cube
|
||||
|
||||
class Lightbulb(SVGMobject):
|
||||
CONFIG = {
|
||||
"file_name" : "lightbulb",
|
||||
"height" : 1,
|
||||
"stroke_color" : YELLOW,
|
||||
}
|
||||
|
||||
class BitcoinLogo(SVGMobject):
|
||||
CONFIG = {
|
||||
"file_name" : "Bitcoin_logo",
|
||||
|
Reference in New Issue
Block a user