mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Fix endscreen
This commit is contained in:
parent
5a780dfde3
commit
e8b0ecfede
1 changed files with 3 additions and 2 deletions
|
@ -183,7 +183,8 @@ class PatreonEndScreen(PatreonThanks, PiCreatureScene):
|
|||
pi.change_mode("thinking")
|
||||
pi.look(DOWN)
|
||||
pi.next_to(title, vect, buff=MED_LARGE_BUFF)
|
||||
self.add_foreground_mobjects(title, randy, morty)
|
||||
self.add(title, randy, morty)
|
||||
self.foreground = VGroup(title, randy, morty)
|
||||
return self.pi_creatures
|
||||
|
||||
def scroll_through_patrons(self):
|
||||
|
@ -256,7 +257,7 @@ class PatreonEndScreen(PatreonThanks, PiCreatureScene):
|
|||
rate=(distance / wait_time)
|
||||
)
|
||||
|
||||
self.add(columns, black_rect, line, thanks)
|
||||
self.add(columns, black_rect, line, thanks, self.foreground)
|
||||
self.wait(wait_time)
|
||||
|
||||
def modify_patron_name(self, name):
|
||||
|
|
Loading…
Add table
Reference in a new issue