mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Update to use new keybinding
This commit is contained in:
parent
1b009a4b03
commit
a0507c5277
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ class SurfaceExample(Scene):
|
|||
self.play(light.animate.move_to(3 * IN), run_time=5)
|
||||
self.play(light.animate.shift(10 * OUT), run_time=5)
|
||||
|
||||
drag_text = Text("Try moving the mouse while pressing d or s")
|
||||
drag_text = Text("Try moving the mouse while pressing d or f")
|
||||
drag_text.move_to(light_text)
|
||||
drag_text.fix_in_frame()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue