Keep track of dots in DieFace

This commit is contained in:
Grant Sanderson 2023-02-24 08:22:24 -05:00
parent 3f2d15986a
commit a79d4a862f

View file

@ -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