mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
Refactor generate_logo
This commit is contained in:
@ -9,8 +9,8 @@ from helpers import *
|
||||
class Stars(Mobject):
|
||||
DEFAULT_CONFIG = {
|
||||
"point_thickness" : 1,
|
||||
"radius" : SPACE_WIDTH,
|
||||
"num_points" : 1000,
|
||||
"radius" : SPACE_WIDTH,
|
||||
"num_points" : 1000,
|
||||
}
|
||||
def __init__(self, **kwargs):
|
||||
digest_config(self, Stars, kwargs)
|
||||
|
Reference in New Issue
Block a user