Skip to content

Commit 7674a9e

Browse files
committed
Changed patreon end screen
1 parent d80af64 commit 7674a9e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

manimlib/for_3b1b_videos/common_scenes.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ class PatreonEndScreen(PatreonThanks, PiCreatureScene):
154154
"randomize_order": True,
155155
"capitalize": True,
156156
"name_y_spacing": 0.7,
157-
# "thanks_words": "Funded by the community, with special thanks to:",
158-
"thanks_words": "Early access, name in credits and more at 3b1b.org/support",
157+
"thanks_words": "My thanks to all the patrons among you",
159158
}
160159

161160
def construct(self):
@@ -245,7 +244,7 @@ def scroll_through_patrons(self):
245244
columns.next_to(underline, DOWN, buff=2)
246245

247246
columns.generate_target()
248-
columns.target.to_edge(DOWN, buff=2)
247+
columns.target.to_edge(DOWN, buff=4)
249248
vect = columns.target.get_center() - columns.get_center()
250249
distance = get_norm(vect)
251250
wait_time = 20

0 commit comments

Comments
 (0)