How to use Mixed SpriteSheets in pygame

3 hours ago 1
ARTICLE AD BOX

I'm recently working on a group project with some fellow devs, One of the members whose the art side sent mixed spritesheets. I'm familiar with single image and horizontal spritesheets with same tile size. In this mixed spritesheets, there are multiple tile sizes which I'm not sure how to code into game and render them.

If anyone can help with this question, It would be a huge appreciation. I am using pygame, os, sys libs and split file structure.

Read Entire Article