Draft: Resolve "Migrate app to use Godot for the UI" #93

Open
thorsten wants to merge 34 commits from 58-migrate-app-to-use-godot-for-the-ui into main
Showing only changes of commit 9295b6f5ec - Show all commits

View File

@ -7,4 +7,8 @@ public partial class BtnIcon : Control
[Export]
[ExportGroup("Data")]
public string Text { get; set; } = string.Empty;
[Export]
[ExportGroup("Data")]
public Texture Icon { get; set; }
}