Fixed bubble sort bug

This commit is contained in:
Grant Sanderson
2018-08-11 17:16:03 -07:00
parent df5d45e5ae
commit fb08fc0401
3 changed files with 3 additions and 5 deletions

View File

@ -1,11 +1,9 @@
from big_ol_pile_of_manim_imports import *
from old_projects.lost_lecture import Orbiting
from old_projects.lost_lecture import ShowWord
class LogoGeneration(LogoGenerationTemplate):
CONFIG = {
"random_seed": 2,
@ -53,7 +51,7 @@ class ThinkingAboutAProof(PiCreatureScene):
cloud.rotate(90 * DEGREES)
cloud.set_height(FRAME_HEIGHT - 0.5)
cloud.stretch(2.8, 0)
cloud.next_to(bubble[0], RIGHT)
cloud.next_to(bubble[2], RIGHT)
cloud.to_edge(UP, buff=0.25)
bubble[1].shift(0.25 * UL)