From 133cec97259dbeceb4b91165d59ee0fc01af06eb Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Fri, 6 Sep 2024 10:11:21 -0700 Subject: [PATCH] zorder -> z_index --- manimlib/mobject/mobject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/mobject/mobject.py b/manimlib/mobject/mobject.py index 911bc73f..43832cc5 100644 --- a/manimlib/mobject/mobject.py +++ b/manimlib/mobject/mobject.py @@ -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