Godot Version
4.3
Question
I want two overlapping collision2Ds in a scene, but I want the collider on top to be the one to respond to input. Does anyone know how to do this?
I would like to be able to do this with two Area2D’s, where one is infront of the other. Or is there a better way to do this?