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