Assembling Sprite Sheets?

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
——————————————————————————

——————————————————————————————————
傲轩游戏网
原文地址:https://www.cnblogs.com/cuizhf/p/2379752.html