• 2D
  • is there any way to detect if the mouse is over a 2D node?

Basically it is as it says in the title, I already tried to use Control, but when I put the mouse over it it did not detect it

Could use mouse entered/exited signals or try raycasting. It would need to be a node that has an actual area to it. So not something dimensionless.