Changed patreon end screen

This commit is contained in:
Grant Sanderson
2019-10-09 18:09:05 -07:00
parent d80af64798
commit 7674a9eaee

View File

@ -154,8 +154,7 @@ class PatreonEndScreen(PatreonThanks, PiCreatureScene):
"randomize_order": True,
"capitalize": True,
"name_y_spacing": 0.7,
# "thanks_words": "Funded by the community, with special thanks to:",
"thanks_words": "Early access, name in credits and more at 3b1b.org/support",
"thanks_words": "My thanks to all the patrons among you",
}
def construct(self):
@ -245,7 +244,7 @@ class PatreonEndScreen(PatreonThanks, PiCreatureScene):
columns.next_to(underline, DOWN, buff=2)
columns.generate_target()
columns.target.to_edge(DOWN, buff=2)
columns.target.to_edge(DOWN, buff=4)
vect = columns.target.get_center() - columns.get_center()
distance = get_norm(vect)
wait_time = 20