I'm making an HTML game where background images appear randomly. These images would be added by the user to the exported project's "images" folder.
I used some images on a sprite object as frames for its default animation. But, when I exported the project as HTML, the animation was converted to a sprite sheet. Is there a way to export the frames as separate files?
Is there another way I could do this instead of the sprite object? Thanks.