gfx: fix a typo

This commit is contained in:
yenatch 2013-05-17 17:28:37 -04:00
parent 604cafc278
commit 77e365d49f

View File

@ -1554,7 +1554,7 @@ if __name__ == "__main__":
to_2bpp(name+'.png', name+'.2bpp') to_2bpp(name+'.png', name+'.2bpp')
pic = open(name+'.2bpp', 'rb').read() pic = open(name+'.2bpp', 'rb').read()
to_file(name+'.lz', Compressed(pic + anim, 'vert').output) to_file(name+'.lz', Compressed(pic, 'vert').output)
# python gfx.py png-to-lz [png] # python gfx.py png-to-lz [png]