mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
Update Monster thumbnail
This commit is contained in:
parent
1d5cee6f43
commit
917ff685bd
1 changed files with 8 additions and 1 deletions
|
@ -195,8 +195,15 @@ class Thumbnail(Scene):
|
|||
monster.to_edge(LEFT)
|
||||
monster.set_gloss(0.2)
|
||||
|
||||
words = TextMobject("The\\\\Monster", alignment="")
|
||||
words = VGroup(
|
||||
TextMobject("The"),
|
||||
TextMobject("196,883"),
|
||||
TextMobject("Dimensional", font_size=36),
|
||||
TextMobject("Monster"),
|
||||
)
|
||||
words.scale(3)
|
||||
words.arrange(DOWN, buff=0.75, aligned_edge=LEFT)
|
||||
words.set_stroke(BLACK, 3, background=True)
|
||||
words.to_edge(RIGHT)
|
||||
|
||||
self.add(monster)
|
||||
|
|
Loading…
Add table
Reference in a new issue