mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Keep track of dots in DieFace
This commit is contained in:
parent
3f2d15986a
commit
a79d4a862f
1 changed files with 1 additions and 0 deletions
|
@ -622,5 +622,6 @@ class DieFace(VGroup):
|
|||
arrangement.space_out_submobjects(dot_coalesce_factor)
|
||||
|
||||
super().__init__(square, arrangement)
|
||||
self.dots = arrangement
|
||||
self.value = value
|
||||
self.index = value
|
||||
|
|
Loading…
Add table
Reference in a new issue