mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Added ThreeLeggedPiCreature
This commit is contained in:
parent
1523399c50
commit
6405647225
1 changed files with 5 additions and 0 deletions
|
@ -260,6 +260,11 @@ class TauCreature(PiCreature):
|
|||
"file_name_prefix" : "TauCreatures"
|
||||
}
|
||||
|
||||
class ThreeLeggedPiCreature(PiCreature):
|
||||
CONFIG = {
|
||||
"file_name_prefix" : "ThreeLeggedPiCreatures"
|
||||
}
|
||||
|
||||
|
||||
class Blink(ApplyMethod):
|
||||
CONFIG = {
|
||||
|
|
Loading…
Add table
Reference in a new issue