using Godot; using System; public partial class main_menu : Control { // Called when the node enters the scene tree for the first time. private input_menu _inputMenu; public override void _Ready() { _inputMenu = GetNode("InputMenu"); //Connecting Buttons GetNode