okay so what I want to do is import a sprite sheet, and select one sprite how would I do this in Python/pygame. Is this possible?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I made this, it might interest you:
Hope I could help |
|||||
|
|
The above spritesheet loader is a good method. Based on that code, I made this generalized function that works for any spritesheet:
For reference, this cuts sheets into individual sprites one row at a time from left to right. |
|||
|
|