From 246758bd9a23c2409b40d1dad0eac9eb8df002d0 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Mon, 25 Aug 2025 19:48:11 +1000 Subject: [PATCH] update stop button --- .../Features/Run/Resources/Stop.png | Bin 607 -> 0 bytes .../Features/Run/Resources/Stop.svg | 5 +++++ .../{Stop.png.import => Stop.svg.import} | 11 +++++++---- src/SharpIDE.Godot/Features/Run/RunMenuItem.tscn | 4 ++-- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 src/SharpIDE.Godot/Features/Run/Resources/Stop.png create mode 100644 src/SharpIDE.Godot/Features/Run/Resources/Stop.svg rename src/SharpIDE.Godot/Features/Run/Resources/{Stop.png.import => Stop.svg.import} (61%) 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 657cf7583a7ab81161f40276db7dc35ecd411031..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 607 zcmeAS@N?(olHy`uVBq!ia0vp^N+8U^1|+TAxeoy;#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=Dh+K$tP>S|=w^LwjaOL`j6Nk5zJhu3lnFep0GlMQ#C5H3Nf< zeMLcHa&~HoLQ-maW}dD3``!E16*5z7)x%AF4SWlnQ!_F>s)|yBtNcQetFn_VQ`GJ4 zc)4sUtbiuurj{fsROII56ON0GHI_ zN%^HEwo0X?nJHFjiD{-uDJiD9Nr}cOx`u`+iMoj?#)i5n#>Oe;riK zGN53Bhi+;fFi6XRVW%@?1~)L=6FprVLn7SYUR}uBU?9PocuJ^Z+KQ!!8rpZnb8%DQteL(jPKC_0}IFlymh mxN`q9Z$ojz7O+4UXC*^y5{Kvir@w+hvFz#U=d#Wzp$Pz_ZpZ!r 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")