]> git.draconx.ca Git - liblbx.git/commitdiff
liblbx: Add support for "chunked" images.
authorNick Bowler <nbowler@draconx.ca>
Tue, 9 Feb 2010 05:27:30 +0000 (00:27 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 9 Feb 2010 05:53:03 +0000 (00:53 -0500)
It appears that the frame count fields aren't actually two 16-bit
fields, but rather four 8-bit fields.  The images in monster.lbx
appear to have "chunks" of animation and what was previously thought to
be the most significant byte of the lead-in now seems to be the length
of a "chunk".

These images are much like any other, except that the first frame of
every chunk is drawn on a clean slate.  Examples are found in
monster.lbx.


No differences found