
I want to give this button some space between itself and the row of hold buttons. What is the proper way to do this? Using something like CSS I'd be able to set margin-top: 10%; and that would make it scale with the size of the viewport. Is there a way to achieve something similar with Godot? How might I do this?