History for exporter / AnimatedSpriteGenerator.as
2019-04-27
@Mark
Writing out proper data for both export formats now (could potentially be read and reconstructed in pixi)
Mark committed on 27 Apr 2019
@Mark
Exporter.fla should write actually json data instead of the Rect and Point objects... whoops
Mark committed on 27 Apr 2019
2019-04-23
@Mark
FramePacker sort only *remaining* frames to pack, because when we skip the index forward by the number of frames we packed, we won't necessarily be skipping the correct frames (since we skip in the *UN*sorted array). Instead, sort this.frames at the start of FramePacker process
Mark committed on 23 Apr 2019
@Mark
Exporter now packs all graphics on the same FramePacker, and sends all the pngs back (had to up the string length size to 4 bytes for all the data)
Mark committed on 23 Apr 2019
@Mark
Exporter.fla now grabs sprite-style frames and packs them to sheets (no return data yet)
Mark committed on 23 Apr 2019