mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Renamed 'highlight' to 'set_color'
This commit is contained in:
@ -173,7 +173,7 @@ class PartyHat(SVGMobject):
|
||||
self.dots = VGroup(*self[self.NUM_FRILLS+1:])
|
||||
|
||||
self.frills.gradient_highlight(*self.frills_colors)
|
||||
self.cone.highlight(self.cone_color)
|
||||
self.cone.set_color(self.cone_color)
|
||||
self.dots.gradient_highlight(*self.dots_colors)
|
||||
|
||||
class Laptop(VGroup):
|
||||
|
Reference in New Issue
Block a user