I've spent several days testing both issues so I'm not trying to get work done for me.
I'm making a dungeon crawler and I've imported a Tiled (TMX file) for my Layer_0 background. I've also saved my TMX as an image file (PNG) inside of Tiled and imported that as my background into C2.
After setting up my hero to run around (which works very good), I run the debug window and the statistics are not that different between the two. However, my hero works much smoother with the PNG background.
My concern is that since I've only been using C2 for a week, there may be issues down the road that I'm not aware of now in choosing whether to use the Tilemap or the PNG option for all of my maps. Animations, enemy interactions, finding gems and items, etc.. I've already been cutting my sprites out of tilemaps inside of Photoshop to use on the PNG background, versus just using those sprites from the tile map inside of C2 with a TMX map.
I'm very much concerned about how much smoother things work on a PNG, and the collision checks are less when my hero is not running around on 24x24 tiles.
I've read the manual section on Tilemaps several times, but I had trouble understanding some of it. So I have been researching this as much as I know how.
What am I not seeing here? Which would be the better option?
Thank you in advance.