update play icon

This commit is contained in:
Matt Parker
2025-08-25 19:33:21 +10:00
parent 117e306a5d
commit dca936cbe0
5 changed files with 21 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 291 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(11, 186, 131);">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M8 5v14l11-7z"/>
</svg>

After

Width:  |  Height:  |  Size: 329 B

View File

@@ -2,16 +2,16 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://bnprs1lvjyaji"
path="res://.godot/imported/Play.png-3438a21a8b920e7517d04626c592e8b6.ctex"
uid="uid://bkty6563cthj8"
path="res://.godot/imported/Run.svg-f5b6792112cbc60e88eb175c5d9ea25d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Features/Run/Resources/Play.png"
dest_files=["res://.godot/imported/Play.png-3438a21a8b920e7517d04626c592e8b6.ctex"]
source_file="res://Features/Run/Resources/Run.svg"
dest_files=["res://.godot/imported/Run.svg-f5b6792112cbc60e88eb175c5d9ea25d.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

@@ -1,7 +1,7 @@
[gd_scene load_steps=4 format=3 uid="uid://d2ewm2lajutpv"]
[ext_resource type="Script" uid="uid://btsnapfx0dlbb" path="res://Features/Run/RunMenuItem.cs" id="1_syj0f"]
[ext_resource type="Texture2D" uid="uid://bnprs1lvjyaji" path="res://Features/Run/Resources/Play.png" id="1_xfxpu"]
[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"]
[node name="RunMenuItem" type="HBoxContainer"]
@@ -19,9 +19,11 @@ size_flags_horizontal = 3
[node name="RunButton" type="Button" parent="."]
layout_mode = 2
icon = ExtResource("1_xfxpu")
size_flags_vertical = 4
icon = ExtResource("2_hxkig")
[node name="StopButton" type="Button" parent="."]
visible = false
layout_mode = 2
size_flags_vertical = 4
icon = ExtResource("4_cd138")

View File

@@ -1,7 +1,7 @@
[gd_scene load_steps=8 format=3 uid="uid://b2oniigcp5ew5"]
[ext_resource type="Script" uid="uid://bavypuy7b375x" path="res://IdeRoot.cs" id="1_whawi"]
[ext_resource type="Texture2D" uid="uid://bnprs1lvjyaji" path="res://Features/Run/Resources/Play.png" id="2_8x8ub"]
[ext_resource type="Texture2D" uid="uid://bkty6563cthj8" path="res://Features/Run/Resources/Run.svg" id="2_8x8ub"]
[ext_resource type="Script" uid="uid://du2lt7r1p1qfy" path="res://SharpIdeCodeEdit.cs" id="2_qjf5e"]
[ext_resource type="FontFile" uid="uid://7jc0nj310cu6" path="res://CascadiaCode.ttf" id="2_rk34b"]
[ext_resource type="Script" uid="uid://bai53k7ongbxw" path="res://SolutionExplorerPanel.cs" id="2_tcy02"]
@@ -39,12 +39,15 @@ layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 5.0
offset_right = -5.0
grow_horizontal = 2
grow_vertical = 2
[node name="OpenSlnButton" type="Button" parent="VBoxContainer/Panel/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 4
text = "Open Sln"
[node name="Spacer" type="Control" parent="VBoxContainer/Panel/HBoxContainer"]
@@ -54,6 +57,7 @@ size_flags_horizontal = 3
[node name="RunMenuButton" type="Button" parent="VBoxContainer/Panel/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 4
focus_mode = 0
disabled = true
icon = ExtResource("2_8x8ub")