mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Further eop/combinations progress
This commit is contained in:
@ -34,6 +34,7 @@ class Integer(VGroup):
|
||||
"digit_buff" : 0.8*SMALL_BUFF
|
||||
}
|
||||
def __init__(self, integer, **kwargs):
|
||||
self.number = integer
|
||||
num_str = str(integer)
|
||||
VGroup.__init__(self, *map(TexMobject, num_str), **kwargs)
|
||||
self.arrange_submobjects(
|
||||
|
Reference in New Issue
Block a user