Replaced background_alpha with background_opacity

This commit is contained in:
Grant Sanderson
2018-05-10 19:55:06 -07:00
parent d36a68f756
commit 80176f0940
7 changed files with 16 additions and 15 deletions

View File

@ -4958,7 +4958,7 @@ class KeeperAndSailorForSineProduct(KeeperAndSailor):
class Conclusion(TeacherStudentsScene):
CONFIG = {
"camera_config": {"background_alpha": 255},
"camera_config": {"background_opacity": 1},
}
def construct(self):