mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Changed monster thumbnail
This commit is contained in:
parent
c3643cf4e3
commit
58dbec76da
1 changed files with 3 additions and 4 deletions
|
@ -197,12 +197,11 @@ class Thumbnail(Scene):
|
||||||
|
|
||||||
words = VGroup(
|
words = VGroup(
|
||||||
TextMobject("The"),
|
TextMobject("The"),
|
||||||
TextMobject("196,883"),
|
|
||||||
TextMobject("Dimensional", font_size=36),
|
|
||||||
TextMobject("Monster"),
|
TextMobject("Monster"),
|
||||||
|
TextMobject("Group"),
|
||||||
)
|
)
|
||||||
words.scale(3)
|
words.scale(3.5)
|
||||||
words.arrange(DOWN, buff=0.75, aligned_edge=LEFT)
|
words.arrange(DOWN, buff=0.5, aligned_edge=LEFT)
|
||||||
words.set_stroke(BLACK, 3, background=True)
|
words.set_stroke(BLACK, 3, background=True)
|
||||||
words.to_edge(RIGHT)
|
words.to_edge(RIGHT)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue