From 08842620c772d52a7a96f13ba64d8504a47bd454 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Sat, 21 Sep 2024 12:14:45 -0400 Subject: [PATCH] Change end screen --- custom/end_screen.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/custom/end_screen.py b/custom/end_screen.py index 3210109..f697a60 100644 --- a/custom/end_screen.py +++ b/custom/end_screen.py @@ -36,8 +36,8 @@ class PatreonEndScreen(Scene): capitalize = True name_y_spacing = 0.6 thanks_words = """ - Instead of sponsor messages, these lessons are supported - directly by viewers, such as those below | 3b1b.co/support + These videos are unsponsored, instead funded by viewers. + Special thanks to the ones listed below | 3b1b.co/support """ scroll_time = 20 @@ -78,7 +78,8 @@ class PatreonEndScreen(Scene): thanks = Text(self.thanks_words) thanks.scale(0.8) thanks.next_to(line, DOWN, buff=MED_SMALL_BUFF) - thanks.set_color(YELLOW) + thanks.set_color(GREY_A) + thanks["3b1b.co/support"].set_color(YELLOW) underline = Line(LEFT, RIGHT) underline.match_width(thanks) underline.scale(1.1)