Hey guys,
I recently started using this engine (been very happy with it), but now i got the following problem:
I create a tilebased game (like old nes zelda etc) and got plenty of free to use tiles from some resources.
I am able to create a tilemap object and paint my map with it. However, if I create another tilemap object (with another tilemap .png) the first tilemap is no longer accessable for me (that means I dont see the "tileview" in which I can select the tile I want to draw) in the "tilemap-menu" (which appears after I create the first tilemap object next to my objects panel).
I tried some stuff and the internet + a forum search didnt help me out, so my question is:
Is it possible to switch between different tilemaps? If so, how? Am i just being stupid and dont see the right menu or whats the matter?
I would be happy to recieve some help, thanks alot
PS: I can create "new" tilemap-objects in which I load the old tilemap.png, but that looks like a graveyard after some work, because if I delete the old objects, my tiles are gone...