mirror of
https://github.com/3b1b/manim.git
synced 2025-08-31 20:18:32 +00:00
Include from manimlib.mobject.interactive import *
This commit is contained in:
parent
9df136c723
commit
368a6c3d1c
2 changed files with 3 additions and 1 deletions
|
@ -16,11 +16,14 @@ from manimlib.animation.update import *
|
|||
|
||||
from manimlib.camera.camera import *
|
||||
|
||||
from manimlib.window import *
|
||||
|
||||
from manimlib.mobject.coordinate_systems import *
|
||||
from manimlib.mobject.changing import *
|
||||
from manimlib.mobject.frame import *
|
||||
from manimlib.mobject.functions import *
|
||||
from manimlib.mobject.geometry import *
|
||||
from manimlib.mobject.interactive import *
|
||||
from manimlib.mobject.matrix import *
|
||||
from manimlib.mobject.mobject import *
|
||||
from manimlib.mobject.number_line import *
|
||||
|
|
|
@ -37,7 +37,6 @@ class Window(PygletWindow):
|
|||
self.position = initial_position
|
||||
self.position = initial_position
|
||||
|
||||
|
||||
def find_initial_position(self):
|
||||
custom_position = get_customization()["window_position"]
|
||||
monitor = get_monitors()[get_customization()["window_monitor"]]
|
||||
|
|
Loading…
Add table
Reference in a new issue