update stop button

This commit is contained in:
Matt Parker
2025-08-25 19:48:11 +10:00
parent dca936cbe0
commit 246758bd9a
4 changed files with 14 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 607 B

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" class="mud-icon-root mud-svg-icon mud-success-text mud-icon-size-medium" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="img" style="fill: rgb(246, 78, 98);">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M6 6h12v12H6z"/>
</svg>

After

Width:  |  Height:  |  Size: 327 B

View File

@@ -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

View File

@@ -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")