replace running icon
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 743 B |
5
src/SharpIDE.Godot/Features/Run/Resources/Running.svg
Normal file
5
src/SharpIDE.Godot/Features/Run/Resources/Running.svg
Normal 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-small pa-1" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="img">
|
||||
<path d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M 12 5.847 C 8.597 5.847 5.847 8.597 5.847 12 C 5.847 15.403 8.597 18.153 12 18.153 C 15.403 18.153 18.153 15.403 18.153 12 C 18.153 8.597 15.403 5.847 12 5.847 Z" style="fill: rgb(11, 186, 131);"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 481 B |
@@ -2,16 +2,16 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://76nkes2imlf2"
|
||||
path="res://.godot/imported/Running.png-d687d5fa2c32934f935f7cb594c7886d.ctex"
|
||||
uid="uid://0digl54lqm6p"
|
||||
path="res://.godot/imported/Running.svg-d1489f00062e673354dca7bbd3d9e4f6.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Features/Run/Resources/Running.png"
|
||||
dest_files=["res://.godot/imported/Running.png-d687d5fa2c32934f935f7cb594c7886d.ctex"]
|
||||
source_file="res://Features/Run/Resources/Running.svg"
|
||||
dest_files=["res://.godot/imported/Running.svg-d1489f00062e673354dca7bbd3d9e4f6.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
|
||||
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bcoytt3bw0gpe"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ddivigavjclyb" path="res://Features/Run/RunPanel.cs" id="1_sq1l4"]
|
||||
[ext_resource type="Texture2D" uid="uid://76nkes2imlf2" path="res://Features/Run/Resources/Running.png" id="2_tu4jg"]
|
||||
[ext_resource type="Texture2D" uid="uid://0digl54lqm6p" path="res://Features/Run/Resources/Running.svg" id="2_tu4jg"]
|
||||
|
||||
[node name="RunPanel" type="Control"]
|
||||
layout_mode = 3
|
||||
|
||||
Reference in New Issue
Block a user