Main menu UI

This commit is contained in:
2023-09-13 12:17:36 -07:00
parent 915a6ed72c
commit 17f2003fe0
10 changed files with 171 additions and 31 deletions

View File

@@ -20,6 +20,7 @@ public partial class MainMenu : Node2D
bgmPlayer.PlayBGM();
_player1Input = new Player1Input();
_player2Input = new Player2Input();
GetNode<TextureButton>("NewGame/1Player").GrabFocus();
}
public override void _UnhandledInput(InputEvent @event)