csproj icon

This commit is contained in:
Matt Parker
2025-09-12 21:26:56 +10:00
parent 42b8dcade9
commit 1ef12d4bf9
4 changed files with 132 additions and 1 deletions

View File

@@ -1,9 +1,10 @@
[gd_scene load_steps=5 format=3 uid="uid://cy1bb32g7j7dr"]
[gd_scene load_steps=6 format=3 uid="uid://cy1bb32g7j7dr"]
[ext_resource type="Script" uid="uid://bai53k7ongbxw" path="res://Features/SolutionExplorer/SolutionExplorerPanel.cs" id="1_gjy0r"]
[ext_resource type="Texture2D" uid="uid://do0edciarrnp0" path="res://Features/SolutionExplorer/Resources/CsharpFile.svg" id="2_8ymw0"]
[ext_resource type="Texture2D" uid="uid://xc8srvqwlwng" path="res://Features/SolutionExplorer/Resources/FolderIcon.svg" id="3_r1qfc"]
[ext_resource type="Texture2D" uid="uid://bbfxltr1fcomt" path="res://Features/SolutionExplorer/Resources/SlnFolderIcon.svg" id="4_8ymw0"]
[ext_resource type="Texture2D" uid="uid://cqt30ma6xgder" path="res://Features/SolutionExplorer/Resources/Csproj.svg" id="5_r1qfc"]
[node name="SolutionExplorerPanel" type="Panel"]
anchors_preset = 15
@@ -15,6 +16,7 @@ script = ExtResource("1_gjy0r")
CsharpFileIcon = ExtResource("2_8ymw0")
FolderIcon = ExtResource("3_r1qfc")
SlnFolderIcon = ExtResource("4_8ymw0")
CsprojIcon = ExtResource("5_r1qfc")
[node name="Tree" type="Tree" parent="."]
layout_mode = 1