Don't rotate Laptop into place

This commit is contained in:
Grant Sanderson 2023-01-31 09:20:05 -08:00
parent 57deab6617
commit f2d71e6521

View file

@ -251,8 +251,6 @@ class Laptop(VGroup):
self.axis = axis
self.add(body, screen_plate, axis)
self.rotate(5 * np.pi / 12, LEFT, about_point=ORIGIN)
self.rotate(np.pi / 6, DOWN, about_point=ORIGIN)
class VideoIcon(SVGMobject):