Draft: Resolve "Migrate app to use Godot for the UI" #93
@ -7,4 +7,8 @@ public partial class BtnIcon : Control
|
|||||||
[Export]
|
[Export]
|
||||||
[ExportGroup("Data")]
|
[ExportGroup("Data")]
|
||||||
public string Text { get; set; } = string.Empty;
|
public string Text { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
[Export]
|
||||||
|
[ExportGroup("Data")]
|
||||||
|
public Texture Icon { get; set; }
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user