csharp file icon v1

This commit is contained in:
Matt Parker
2025-09-12 20:07:55 +10:00
parent d15869d576
commit c8a9ca7c6d
3 changed files with 49 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ public partial class SolutionExplorerPanel : Panel
[Signal]
public delegate void FileSelectedEventHandler(SharpIdeFileGodotContainer file);
[Export]
public Texture2D CsharpFileIcon { get; set; } = null!;
public SharpIdeSolutionModel SolutionModel { get; set; } = null!;
private Tree _tree = null!;
public override void _Ready()