import SpritesheetsMoonwolf287 User Offline 02.11.12 11:59:48 pm is there a way to import spritesheets instead of every single sprite? it would be way better for greater animations. mfg Moonwolf
Re: import SpritesheetsDC Admin Offline 03.11.12 12:07:56 am No, there's currently no way to do that.
Re: import SpritesheetsObviously Exactly Myself User Offline 03.11.12 03:53:28 am You mean like an animation in one image? Like this? As DC said, no.
Re: import SpritesheetsMoonwolf287 User Offline 03.11.12 04:37:07 am Well, I thought so already. Does someone know if it will be implemented in a later version of CC?
Re: import SpritesheetsDC Admin Offline 03.11.12 03:20:38 pm Maybe. I don't know. For now the best solution is to find a program that splits those sheets into individual images (or do it yourself). You can then simply load them into a Lua array with a loop. It's super easy to handle in your code afterwards.