Ita Eng buttons

This commit is contained in:
Marco 2025-05-08 18:22:05 +02:00
commit 354772c90e
11 changed files with 216 additions and 185 deletions

View file

@ -22,6 +22,10 @@ public partial class MainMenu : CanvasLayer
[Export]
public AudioStreamPlayer2D MusicPlayer { get; private set; }
[ExportCategory("Languages")]
[Export] public Button ItalianButton { get; private set; }
[Export] public Button EnglishButton { get; private set; }
[ExportCategory("Music Room")]
[Export]
public PackedScene MusicRoomTemplate { get; set; }
@ -42,6 +46,8 @@ public partial class MainMenu : CanvasLayer
[Export]
public PackedScene DifficultyMenuTemplate { get; set; }
// Called when the node enters the scene tree for the first time.
public override void _Ready()
{