sort_submobject -> sort and shuffle_submobjects -> shuffle

This commit is contained in:
Grant Sanderson
2019-02-04 15:02:32 -08:00
parent 8f556ffb89
commit eb0c63606d
24 changed files with 62 additions and 56 deletions

View File

@ -3555,7 +3555,7 @@ class PrinciplesOverlay(PiCreatureScene):
mark.set_stroke(BLACK, 1)
q_marks.next_to(morty, UP)
q_marks.shift_onto_screen()
q_marks.sort_submobjects(
q_marks.sort(
lambda p: get_norm(p - morty.get_top())
)