type updates poster
This commit is contained in:
parent
5f1fd82472
commit
0a549ffddc
2 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ def render_poster(data, poster):
|
|||
i = 0
|
||||
elif data.get('type') == ["Background"]:
|
||||
i = 200
|
||||
elif data.get('type') == ["Forground"]:
|
||||
elif data.get('type') == ["Foreground"]:
|
||||
i = 400
|
||||
elif data.get('type') == ["Annimation"]:
|
||||
i = 600
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue