diff --git a/manimlib/for_3b1b_videos/pi_creature_scene.py b/manimlib/for_3b1b_videos/pi_creature_scene.py index e439f88d..86507111 100644 --- a/manimlib/for_3b1b_videos/pi_creature_scene.py +++ b/manimlib/for_3b1b_videos/pi_creature_scene.py @@ -298,6 +298,8 @@ class TeacherStudentsScene(PiCreatureScene): "raise_left_hand", ]) kwargs["target_mode"] = target_mode + if "bubble_kwargs" not in kwargs: + kwargs["bubble_kwargs"] = {"direction": LEFT} student = self.get_students()[kwargs.get("student_index", 2)] return self.pi_creature_says( student, *content, **kwargs