diff --git a/src/SharpIDE.Godot/Features/Run/Resources/Stop.png b/src/SharpIDE.Godot/Features/Run/Resources/Stop.png deleted file mode 100644 index 657cf75..0000000 Binary files a/src/SharpIDE.Godot/Features/Run/Resources/Stop.png and /dev/null differ diff --git a/src/SharpIDE.Godot/Features/Run/Resources/Stop.svg b/src/SharpIDE.Godot/Features/Run/Resources/Stop.svg new file mode 100644 index 0000000..bf1b063 --- /dev/null +++ b/src/SharpIDE.Godot/Features/Run/Resources/Stop.svg @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/src/SharpIDE.Godot/Features/Run/Resources/Stop.png.import b/src/SharpIDE.Godot/Features/Run/Resources/Stop.svg.import similarity index 61% rename from src/SharpIDE.Godot/Features/Run/Resources/Stop.png.import rename to src/SharpIDE.Godot/Features/Run/Resources/Stop.svg.import index e9caf9e..97dbbd0 100644 --- a/src/SharpIDE.Godot/Features/Run/Resources/Stop.png.import +++ b/src/SharpIDE.Godot/Features/Run/Resources/Stop.svg.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://csj1r7s3u10ch" -path="res://.godot/imported/Stop.png-57d1375a399a106e4fdece5825762ac9.ctex" +uid="uid://debdmtqgw5dhf" +path="res://.godot/imported/Stop.svg-aa49506fd7340a567e8d6c4856863701.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://Features/Run/Resources/Stop.png" -dest_files=["res://.godot/imported/Stop.png-57d1375a399a106e4fdece5825762ac9.ctex"] +source_file="res://Features/Run/Resources/Stop.svg" +dest_files=["res://.godot/imported/Stop.svg-aa49506fd7340a567e8d6c4856863701.ctex"] [params] @@ -32,3 +32,6 @@ process/hdr_as_srgb=false process/hdr_clamp_exposure=false process/size_limit=0 detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/src/SharpIDE.Godot/Features/Run/RunMenuItem.tscn b/src/SharpIDE.Godot/Features/Run/RunMenuItem.tscn index 9e31e81..7edce11 100644 --- a/src/SharpIDE.Godot/Features/Run/RunMenuItem.tscn +++ b/src/SharpIDE.Godot/Features/Run/RunMenuItem.tscn @@ -2,7 +2,7 @@ [ext_resource type="Script" uid="uid://btsnapfx0dlbb" path="res://Features/Run/RunMenuItem.cs" id="1_syj0f"] [ext_resource type="Texture2D" uid="uid://bkty6563cthj8" path="res://Features/Run/Resources/Run.svg" id="2_hxkig"] -[ext_resource type="Texture2D" uid="uid://csj1r7s3u10ch" path="res://Features/Run/Resources/Stop.png" id="4_cd138"] +[ext_resource type="Texture2D" uid="uid://debdmtqgw5dhf" path="res://Features/Run/Resources/Stop.svg" id="3_hxkig"] [node name="RunMenuItem" type="HBoxContainer"] offset_right = 40.0 @@ -26,4 +26,4 @@ icon = ExtResource("2_hxkig") visible = false layout_mode = 2 size_flags_vertical = 4 -icon = ExtResource("4_cd138") +icon = ExtResource("3_hxkig")