Stop control node from eating clicks

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By exuin

Node layout is like this:

  • Main
  • CanvasLayer
    • Control (size of entire screen)
  • Game screen

The control node prevents me from clicking on buttons on the game screen. How do I prevent that from happening?

:bust_in_silhouette: Reply From: Adam_S

All Control nodes have a mouse_filter property. Set it to “ignore”.

Thanks, it worked!

exuin | 2020-09-15 03:54