Need Help using SpriteSheets

Started by
2 comments, last by larvantholos 14 years ago
Hello, i am kinda new to game programing , i have a couple of sprite sheets and i wanna use a program to split them to even squares or different images so that i can load them easily in my game, i need them to be transperent after i cut them. so i need suggestions twords a program that can cut my sprite sheets (and whould also prefer it to be free). thank you in advance for any help
Advertisement
Paint.net? Or were you after some sort of automated tool?
was hoping for something automated actually hhhh
thanks though
Post this in the programming section but -

Your sprite sheet has a bunch of animation stills on it (or should) what your loading into the game is a segment, your using the X and Y location to load the specific frame you want, and the background color on the sheet is the color you use for your transperancy, which you should be able to define in whatever engine/program your using to load the sprites.

This topic is closed to new replies.

Advertisement