diff --git a/manimlib/for_3b1b_videos/common_scenes.py b/manimlib/for_3b1b_videos/common_scenes.py index 88996b4b..baa5a2a5 100644 --- a/manimlib/for_3b1b_videos/common_scenes.py +++ b/manimlib/for_3b1b_videos/common_scenes.py @@ -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