mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Fixed bubble sort bug
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user