From 82730da8ffb68493fda82dfc70e514f74669475c Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 25 May 2016 19:47:35 +0200 Subject: [PATCH] enable pause-animation rendering --- gpn16/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gpn16/__init__.py b/gpn16/__init__.py index a233cb3..3bd0141 100644 --- a/gpn16/__init__.py +++ b/gpn16/__init__.py @@ -92,6 +92,11 @@ def debug(): '../intro.ts', introFrames ) + render( + 'pause.svg', + '../pause.ts', + pauseFrames + ) # render( # 'outro.svg',