Hey Godot Forum!
Just an quick question today,
I made a menu that is supposed to move when you press the (left) and (right) arrow keys, but instead only responds to me hovering my mouse over it.
I have the Nodes set up like this
Node
-margin container
--VboxContainer
---HboxContainer
----Texture Button
----Texture Button 2
I don't think this one will be as complicated as the other ones I asked ( at least hopefully not )
Anyway thanks for any help that is given
P.S.
I do have a script for it, but I don't know if it is needed for this question, if anyone needs it though, I update the post with it