Skip to content

Commit

Permalink
Fix Lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
3b1b committed Apr 8, 2021
1 parent 42d8888 commit cf63dfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manimlib/once_useful_constructs/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,14 @@ def __init__(self, light, **kwargs):

class Lighthouse(SVGMobject):
CONFIG = {
"file_name": "lighthouse",
"height": LIGHTHOUSE_HEIGHT,
"fill_color": WHITE,
"fill_opacity": 1.0,
}

def __init__(self, **kwargs):
super().__init__("lighthouse", **kwargs)

def move_to(self, point):
self.next_to(point, DOWN, buff=0)

Expand Down

0 comments on commit cf63dfd

Please sign in to comment.