mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
Changed patreon end screen
This commit is contained in:
parent
d80af64798
commit
7674a9eaee
1 changed files with 2 additions and 3 deletions
|
@ -154,8 +154,7 @@ class PatreonEndScreen(PatreonThanks, PiCreatureScene):
|
||||||
"randomize_order": True,
|
"randomize_order": True,
|
||||||
"capitalize": True,
|
"capitalize": True,
|
||||||
"name_y_spacing": 0.7,
|
"name_y_spacing": 0.7,
|
||||||
# "thanks_words": "Funded by the community, with special thanks to:",
|
"thanks_words": "My thanks to all the patrons among you",
|
||||||
"thanks_words": "Early access, name in credits and more at 3b1b.org/support",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
def construct(self):
|
def construct(self):
|
||||||
|
@ -245,7 +244,7 @@ class PatreonEndScreen(PatreonThanks, PiCreatureScene):
|
||||||
columns.next_to(underline, DOWN, buff=2)
|
columns.next_to(underline, DOWN, buff=2)
|
||||||
|
|
||||||
columns.generate_target()
|
columns.generate_target()
|
||||||
columns.target.to_edge(DOWN, buff=2)
|
columns.target.to_edge(DOWN, buff=4)
|
||||||
vect = columns.target.get_center() - columns.get_center()
|
vect = columns.target.get_center() - columns.get_center()
|
||||||
distance = get_norm(vect)
|
distance = get_norm(vect)
|
||||||
wait_time = 20
|
wait_time = 20
|
||||||
|
|
Loading…
Add table
Reference in a new issue