diff options
Diffstat (limited to 'extras/gfx.py')
-rw-r--r-- | extras/gfx.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/gfx.py b/extras/gfx.py index c641ab7f1..d2e2abfb6 100644 --- a/extras/gfx.py +++ b/extras/gfx.py @@ -610,6 +610,8 @@ class Decompressed: self.tiles = transpose(self.tiles) self.pic = connect(self.tiles) + self.output = self.pic + self.animtiles + def decompress(self): """replica of crystal's decompression""" |