diff --git a/I18N Commander/App/scenes/BtnIcon.cs b/I18N Commander/App/scenes/BtnIcon.cs index a2a6351..eeb786f 100644 --- a/I18N Commander/App/scenes/BtnIcon.cs +++ b/I18N Commander/App/scenes/BtnIcon.cs @@ -10,5 +10,18 @@ public partial class BtnIcon : Control [Export] [ExportGroup("Data")] - public Texture Icon { get; set; } + public Texture2D Icon { get; set; } + + #region Overrides of Node + + public override void _Ready() + { + var button = this.GetNode