Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manim_rubikscube/cubie.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from manim.constants import *
from manim.utils.color import *
from manim.utils.space_ops import z_to_vector
from manim.mobject.geometry import Square
from manim.mobject.geometry.polygram import Square
from .cube_utils import get_faces_of_cubie

import numpy as np
Expand Down Expand Up @@ -84,4 +84,4 @@ def init_colors(self):
width=self.background_stroke_width,
opacity=self.background_stroke_opacity,
family=False
)
)