mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Small change to logo generation
This commit is contained in:
parent
d80dbb71d8
commit
cf404ecf57
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue