I noticed that when I export the project, all animation images are exported as separate files.
I was under the impression that generally it is better to combine separate files into 1 sprite sheet where possible, especially for web content to reduce file size and HTTP requests. For example Google does this
<img src="http://www.google.co.uk/images/nav_logo99.png" border="0" />
So I was just curious as to why C2 doesn't do this. Is there a reason separate files are better for html5 games? Is this a planned feature?