Hello everyone, I am new to godot! I have been following tutorials on youtube and so on but there's something I haven't found about so far or at least a detail which I am still in doubt about regarding tilemaps and tilesets.
So, I know how to insert tilesets in godot and how to use them for building my map. My main problem is that I dont know how to make the player interact with certain tiles.In my tileset for a room, there is a floor, walls and also the objects such as bed, computer, etc. I create two tilemaps to separate them (floor and walls/room objects)
I want to make the player interact with the objects tiles specifically. Is it possible or there is another way? I have seen that it is easier when you separate each object as a sprite but is this the only way? I mean, won't my project feel bloated with separate files for each object in the scene?