File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,7 @@ class PatreonEndScreen(PatreonThanks, PiCreatureScene):
154154 "randomize_order" : True ,
155155 "capitalize" : True ,
156156 "name_y_spacing" : 0.7 ,
157- # "thanks_words": "Funded by the community, with special thanks to:",
158- "thanks_words" : "Early access, name in credits and more at 3b1b.org/support" ,
157+ "thanks_words" : "My thanks to all the patrons among you" ,
159158 }
160159
161160 def construct (self ):
@@ -245,7 +244,7 @@ def scroll_through_patrons(self):
245244 columns .next_to (underline , DOWN , buff = 2 )
246245
247246 columns .generate_target ()
248- columns .target .to_edge (DOWN , buff = 2 )
247+ columns .target .to_edge (DOWN , buff = 4 )
249248 vect = columns .target .get_center () - columns .get_center ()
250249 distance = get_norm (vect )
251250 wait_time = 20
You can’t perform that action at this time.
0 commit comments