fixed intro generator for dg56

This commit is contained in:
Bjoern 2015-09-09 12:26:20 +02:00
parent 96f0e163b2
commit cb8ddc92d4

View file

@ -1,6 +1,7 @@
#!/usr/bin/python3
from renderlib import *
from easing import *
def introFrames(p):
move=50
@ -44,10 +45,10 @@ def debug():
'intro.svg',
'../intro.ts',
introFrames,
parameters={
'$id': 55,
'$title': 'Technology and data use among vulnerable communities',
'$person': 'Zara Rahman'
{
'$id': 56,
'$title': 'Hands-on Rad1o',
'$person': 'schneider'
}
)