mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
Change patron name scroll
This commit is contained in:
@ -239,14 +239,11 @@ class PatreonEndScreen(PatreonThanks, PiCreatureScene):
|
|||||||
if columns.get_width() > self.max_patron_width:
|
if columns.get_width() > self.max_patron_width:
|
||||||
columns.set_width(total_width - 1)
|
columns.set_width(total_width - 1)
|
||||||
|
|
||||||
thanks.to_edge(RIGHT)
|
thanks.to_edge(RIGHT, buff=MED_SMALL_BUFF)
|
||||||
columns.next_to(thanks, DOWN, 3 * LARGE_BUFF)
|
columns.next_to(underline, DOWN, buff=2)
|
||||||
|
|
||||||
columns.generate_target()
|
columns.generate_target()
|
||||||
columns.target.move_to(2 * DOWN, DOWN)
|
columns.target.to_edge(DOWN, buff=2)
|
||||||
columns.target.align_to(
|
|
||||||
thanks, alignment_vect=RIGHT
|
|
||||||
)
|
|
||||||
vect = columns.target.get_center() - columns.get_center()
|
vect = columns.target.get_center() - columns.get_center()
|
||||||
distance = get_norm(vect)
|
distance = get_norm(vect)
|
||||||
wait_time = 20
|
wait_time = 20
|
||||||
|
Reference in New Issue
Block a user