I'm trying to code platformer (like Supermario) and I'm trying to load my map which was created in Tiled but not in sprite sheet mode but as a collection of image , can someone recommend how realize it properly? How import that set of images if pygame code ? I saw how realize it with a sprite sheet, but haven't seen how do it with collection ... I'm new in it so will be grateful any advice )
Any useful advice to realize it in game code ?