mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Changed default for TeacherStudentScene.student_says
This commit is contained in:
parent
5d8c08c114
commit
b7f733823f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue