mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
Ita Eng buttons
This commit is contained in:
parent
a7b984328b
commit
354772c90e
11 changed files with 216 additions and 185 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue