Hans5958 / mini-htmls

:desktop_computer: Collection of small projects that created with HTML5, JS, and CSS
https://hans5958.github.io/mini-htmls
MIT License
1 stars 0 forks source link

Add support for Texture Atlas (Adobe Animate) #18

Open Hans5958 opened 9 months ago

Hans5958 commented 9 months ago

Someone reached to me about supporting this type of texture atlas. Not sure what the name is but it is stated as "Texture Atlas" on the Adobe help pages.

It seems that the there are one sheet image, which has components of the sprite (instead of framed) and two data files, one is for defining the components, and one is for the animation. Implementation would be quite complicated as each frames frame would need to be rebuilt with the components and the placements.

References

Sample files

spritemap.zip