What I’m trying to do is give my tile, which is a corridor a collider that lets a player pass through, one way wouldn’t work because I need to be able to go through the other way too, Godot wouldn’t let me apply what I’m trying to do so I’m pretty sure my approach is wrong
Any help that could point me in the right direction would be a great help!
It doesnt have to show a different collision or anything, it just wont let me apply that shape and I think its because theyre “seperate”, basically cant make a corridor where the colliders are only in the walls on the side
yes that seems to be it, but I cant apply a shape like that to the tilemap? atleast I know its possible, I just have to figure out whats wrong on my end
It seems that I can do both in either tab, my main mistake was not using “Add polygon” and I was only using one, and cutting it up using the “Edit points” tool. Thanks for the help!