From cf404ecf57f66dab8f2bb04a046e30f12a0ae91d Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Mon, 13 Aug 2018 14:14:09 -0700 Subject: [PATCH] Small change to logo generation --- for_3b1b_videos/common_scenes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/for_3b1b_videos/common_scenes.py b/for_3b1b_videos/common_scenes.py index a2155415..ab3f1d66 100644 --- a/for_3b1b_videos/common_scenes.py +++ b/for_3b1b_videos/common_scenes.py @@ -255,6 +255,7 @@ class LogoGenerationTemplate(MovingCameraScene): name = TextMobject("3Blue1Brown") name.scale(2.5) name.next_to(self.logo, DOWN, buff=MED_LARGE_BUFF) + name.set_sheen(-0.2, DR) self.channel_name = name def construct(self):