zorder -> z_index

This commit is contained in:
Grant Sanderson 2024-09-06 10:11:21 -07:00 committed by GitHub
parent 0b5e9d4a8b
commit 133cec9725
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -83,7 +83,7 @@ class Mobject(object):
# If true, the mobject will not get rotated according to camera position
is_fixed_in_frame: bool = False,
depth_test: bool = False,
zorder: int = 0,
z_index: int = 0,
):
self.color = color
self.opacity = opacity