play-co / timestep

GNU General Public License v3.0
16 stars 27 forks source link

Hot fix to movieclip #134

Closed bchevalier closed 7 years ago

bchevalier commented 7 years ago

At the moment the export format does not specify which instances are MovieClips and Graphics so we have to use a hack to consider any substituted animation as a MovieClip.

Also added a method to get the current bounds of the animation (much more efficient that computing the overall bounds of the animation).

rogueSkib commented 7 years ago

Tested against Cats and EverWing, looks good, thanks Brice!