http://slick.javaunlimited.net/viewtopic.php?t=300

————————————————————————————————————————————————————————————————

Hey Guys,

i have a whole bunch of animations as seperate files, one file per frame. They are all the sime size and properly registered.

Whats the easiest way to assemble them into a single sprite sheet? I tried ImagePacker but from what I could figure out that seemed to be more for putting multiple sheets together into a combined sheet.

Thanks

JK
——————————————————————————

ImagePacker is the right tool to be using, add all the single images onto one sheet. You can then load the sheet using PackedSpriteSheet and reference individual elements by name. (this of course isn't great for indexed sprites)

If they're all equal sizes and indexed you might be better to just open paint and just stick them on an image - then use SpriteSheet.

Kev
——————————————————————————

 

posted on 2012-03-04 23:04  网络大豆  阅读(189)  评论(0编辑  收藏  举报