mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
Preliminary end to eoc1 remake
This commit is contained in:
@ -40,9 +40,6 @@ class PartyHat(SVGMobject):
|
||||
self.cone.highlight(self.cone_color)
|
||||
self.dots.gradient_highlight(*self.dots_colors)
|
||||
|
||||
|
||||
|
||||
|
||||
class Laptop(VGroup):
|
||||
CONFIG = {
|
||||
"width" : 3,
|
||||
@ -135,7 +132,6 @@ class PatreonLogo(SVGMobject):
|
||||
self.scale_to_fit_height(self.height)
|
||||
self.center()
|
||||
|
||||
|
||||
class VideoIcon(SVGMobject):
|
||||
CONFIG = {
|
||||
"file_name" : "video_icon",
|
||||
@ -164,7 +160,6 @@ class VideoSeries(VGroup):
|
||||
self.scale_to_fit_width(2*SPACE_WIDTH-MED_LARGE_BUFF)
|
||||
self.gradient_highlight(*self.gradient_colors)
|
||||
|
||||
|
||||
class Headphones(SVGMobject):
|
||||
CONFIG = {
|
||||
"file_name" : "headphones",
|
||||
|
Reference in New Issue
Block a user