Valve and music

This commit is contained in:
Marco 2025-07-09 10:41:44 +02:00
commit ed86ffd184
13 changed files with 197 additions and 15 deletions

View file

@ -20,7 +20,7 @@ public partial class MainMenu : CanvasLayer
public Button DefaultSelectedButton { get; private set; }
[Export]
public AudioStreamPlayer2D MusicPlayer { get; private set; }
public AudioStreamPlayer MusicPlayer { get; private set; }
[ExportCategory("Languages")]
[Export] public Button ItalianButton { get; private set; }