mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
ALL_SCENE_CLASSES -> SCENES_IN_ORDER
This commit is contained in:
parent
fbbfa1ce9c
commit
7774c191c6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from old_projects.clacks.solution2 import simple_scenes
|
|||
from old_projects.clacks.solution2 import wordy_scenes
|
||||
|
||||
OUTPUT_DIRECTORY = "clacks/solution2"
|
||||
ALL_SCENE_CLASSES = [
|
||||
SCENES_IN_ORDER = [
|
||||
question.NameIntro,
|
||||
block_collision_scenes.IntroducePreviousTwoVideos,
|
||||
block_collision_scenes.PreviousTwoVideos,
|
||||
|
|
Loading…
Add table
Reference in a new issue