Fix old projects after renderlib split

This commit is contained in:
Jannik Beyerstedt 2024-02-07 20:09:24 +01:00
parent 5fb2e1bbf2
commit 945f7c1cd6
126 changed files with 3379 additions and 26 deletions

View file

@ -1,6 +1,7 @@
#!/usr/bin/python3
from renderlib import *
from schedulelib import *
from easing import *
# URL to Schedule-XML
@ -31,7 +32,7 @@ def introFrames(p):
('text', 'style', 'opacity', easeLinear(i, 1, 0, frames)),
('bg', 'style', 'opacity', easeLinear(i, 1, 0, frames)),
)
frames = int(fps/2)
for i in range(0, frames):
yield (
@ -40,7 +41,7 @@ def introFrames(p):
('text', 'style', 'opacity', 0),
('bg', 'style', 'opacity',0),
)
# Show Sponsor
frames = 5*fps
for i in range(0, frames):