Hello.
I've imported a tilemap onto my game to use. The tilemap contains walls, floors and doors. The question is - how do I make only the walls immpassible? Because right now my character can walk through the walls of the map. Thanks!
Develop games in your browser. Powerful, performant & highly capable.
All tiles on a layer count as one object if I remember correctly. So separate layers for different types... You want Solid behavior on tiles that are impassible and no behavior on tiles that are not...