mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
Changed patreon end screen
This commit is contained in:
@ -154,8 +154,7 @@ class PatreonEndScreen(PatreonThanks, PiCreatureScene):
|
||||
"randomize_order": True,
|
||||
"capitalize": True,
|
||||
"name_y_spacing": 0.7,
|
||||
# "thanks_words": "Funded by the community, with special thanks to:",
|
||||
"thanks_words": "Early access, name in credits and more at 3b1b.org/support",
|
||||
"thanks_words": "My thanks to all the patrons among you",
|
||||
}
|
||||
|
||||
def construct(self):
|
||||
@ -245,7 +244,7 @@ class PatreonEndScreen(PatreonThanks, PiCreatureScene):
|
||||
columns.next_to(underline, DOWN, buff=2)
|
||||
|
||||
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()
|
||||
distance = get_norm(vect)
|
||||
wait_time = 20
|
||||
|
Reference in New Issue
Block a user