mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Bubble init_colors should override
This commit is contained in:
parent
10dcb84830
commit
0f195d6ba1
1 changed files with 3 additions and 0 deletions
|
@ -318,6 +318,9 @@ class Bubble(SVGMobject):
|
|||
self.content = Mobject()
|
||||
self.refresh_triangulation()
|
||||
|
||||
def init_colors(override=True):
|
||||
super().init_colors(override=override)
|
||||
|
||||
def get_tip(self):
|
||||
# TODO, find a better way
|
||||
return self.get_corner(DOWN + self.direction) - 0.6 * self.direction
|
||||
|
|
Loading…
Add table
Reference in a new issue