Sprite Sheet Doubt

Started by
1 comment, last by Alberth 8 years, 7 months ago

What i can use to help to create Sprite sheet with same dimensions? Have some tutorial?

Advertisement

http://bfy.tw/1vTv

I think, therefore I am. I think? - "George Carlin"
My Website: Indie Game Programming

My Twitter: https://twitter.com/indieprogram

My Book: http://amzn.com/1305076532

What i can use to help to create Sprite sheet with same dimensions? Have some tutorial?

I tend to use Python + Pillow (a graphics library that can generate eg .png) to make a sprite sheet layout with a script.
That way you know pixel coordinates are correct.

Next job is then filling the sheet with actual graphics, which is a lot harder for me!

This topic is closed to new replies.

Advertisement