Hi everyone,
I have a general question about the design of my game world. In Tiled, I design my map with different tilesets on different layers, as well as with object layers in which I place individual objects/sprites. Unfortunately, these object layers cannot be implemented in Defold. So how would I design my game world in Defold? Is it all tiles or should I place individual elements such as the player’s house as a sprite on the map?