Godot Version
Godot_v4.2.1-stable_win64
Question
Can't click/interact with button in scene with multiple buttons. Is node tree setup with control node parents causing this or mouse filter settings?
So I have a level as a scene and made two other scenes that are button nodes that get carried by their own respective animation players to give a challenge to the player to make it hard for them to click them. One is Milk and the other Poison. When adding them to the scene I had trouble when testing, neither of the scenes were clickable, tinkering around, at one point I couldn’t click the “Reload” button or my “Back” button which is native to the level. I accidentally parented my Reload and Back buttons to the added Poison scene and I could click all of the buttons now except for the Milk scene. Unsure if I need to parent/order things differently in the scene.
Game Scene Node Tree where the two button nodes are Added :
Visual of Game Scene (A little hard to capture in a screenshot lol it is for a glitchy themed game jam) :
Starts off with this :
After hitting close button :
Milk Bottle Scene (Poison Bottle has same structure)