From 1543f7e545ad746f5ef5533b62cd4be22c341ae2 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Mon, 11 Oct 2021 06:20:09 -0700 Subject: [PATCH] New default screen height --- custom/backdrops.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom/backdrops.py b/custom/backdrops.py index e0b1fe5..e711806 100644 --- a/custom/backdrops.py +++ b/custom/backdrops.py @@ -40,13 +40,14 @@ class VideoWrapper(Scene): "font_size": 60 } wait_time = 32 + screen_height = 6.25 def construct(self): self.add(FullScreenRectangle()) screen = ScreenRectangle() screen.set_fill(BLACK, 1) screen.set_stroke(BLUE, 0) - screen.set_height(6) + screen.set_height(self.screen_height) screen.to_edge(DOWN) if self.animate_boundary: