mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
Beginning highD project
This commit is contained in:
@ -150,7 +150,13 @@ class ExternallyAnimatedScene(Scene):
|
||||
def construct(self):
|
||||
raise Exception("Don't actually run this class.")
|
||||
|
||||
|
||||
class TODOStub(Scene):
|
||||
CONFIG = {
|
||||
"message" : ""
|
||||
}
|
||||
def construct(self):
|
||||
self.add(TextMobject("TODO: %s"%self.message))
|
||||
self.dither()
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user