increased transparent gap on main scene, removed on battle
This commit is contained in:
5
main.py
5
main.py
@@ -27,7 +27,12 @@ tpl_slideshow = """
|
|||||||
% for char in chars_list:
|
% for char in chars_list:
|
||||||
'/results/{{char}}-{{scene}}.png',
|
'/results/{{char}}-{{scene}}.png',
|
||||||
% end
|
% end
|
||||||
|
% if scene == "main":
|
||||||
|
'/results/transparent.png',
|
||||||
|
'/results/transparent.png',
|
||||||
|
'/results/transparent.png',
|
||||||
'/results/transparent.png'
|
'/results/transparent.png'
|
||||||
|
% end
|
||||||
];
|
];
|
||||||
|
|
||||||
// get the img element from the HTML
|
// get the img element from the HTML
|
||||||
|
|||||||
Reference in New Issue
Block a user