mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Changed defaults on PiCreatureScene
This commit is contained in:
parent
9bcd8de865
commit
e8a74eafa0
1 changed files with 3 additions and 3 deletions
|
@ -32,10 +32,10 @@ class PiCreatureScene(Scene):
|
|||
"seconds_to_blink": 3,
|
||||
"pi_creatures_start_on_screen": True,
|
||||
"default_pi_creature_kwargs": {
|
||||
"color": GREY_BROWN,
|
||||
"flip_at_start": True,
|
||||
"color": BLUE,
|
||||
"flip_at_start": False,
|
||||
},
|
||||
"default_pi_creature_start_corner": DOWN + LEFT,
|
||||
"default_pi_creature_start_corner": DL,
|
||||
}
|
||||
|
||||
def setup(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue