Draft: Resolve "Migrate app to use Godot for the UI" #93
@ -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; }
|
||||
}
|
Loading…
Reference in New Issue
Block a user