Godot Version
Godot 4.3
Question
I am now created a one way platform by using tile. I want to let my character drop through this platform. I tried to use position.y += 1 to make it through, but it didn’t work. Should I make a one way platform not using tile? Or there is another way to drop from the one way tile.