Updated Godot Editor Custom Icons
Wanted to turn the icons used in the Godot Editor into SVGs This has literally ZERO effect on the Game itself. I just thought it'd be neat.
Before Width: | Height: | Size: 128 B |
1
Assets/Sprites/Editor/Block.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><style>.a{fill:#8da5f3}</style><path fill-rule="evenodd" class="a" d="m1 0h14l1 1v14l-1 1h-14l-1-1v-14zm0 15h14v-14h-14zm1.5-12c-0.3 0-0.5-0.2-0.5-0.5 0-0.3 0.2-0.5 0.5-0.5 0.3 0 0.5 0.2 0.5 0.5 0 0.3-0.2 0.5-0.5 0.5zm11 0c-0.3 0-0.5-0.2-0.5-0.5 0-0.3 0.2-0.5 0.5-0.5 0.3 0 0.5 0.2 0.5 0.5 0 0.3-0.2 0.5-0.5 0.5zm0 11c-0.3 0-0.5-0.2-0.5-0.5 0-0.3 0.2-0.5 0.5-0.5 0.3 0 0.5 0.2 0.5 0.5 0 0.3-0.2 0.5-0.5 0.5zm-11 0c-0.3 0-0.5-0.2-0.5-0.5 0-0.3 0.2-0.5 0.5-0.5 0.3 0 0.5 0.2 0.5 0.5 0 0.3-0.2 0.5-0.5 0.5z"/></svg>
|
After Width: | Height: | Size: 609 B |
@@ -2,16 +2,17 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bssh26dxk6xgy"
|
||||
path="res://.godot/imported/Pipe.png-69349cb27a593cd597e30a377402c324.ctex"
|
||||
uid="uid://b5cfmaep0h3i8"
|
||||
path="res://.godot/imported/Block.svg-b375fcdd7f9ff578f8f4e7f5bc50abc6.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Sprites/Editor/Pipe.png"
|
||||
dest_files=["res://.godot/imported/Pipe.png-69349cb27a593cd597e30a377402c324.ctex"]
|
||||
source_file="res://Assets/Sprites/Editor/Block.svg"
|
||||
dest_files=["res://.godot/imported/Block.svg-b375fcdd7f9ff578f8f4e7f5bc50abc6.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
@@ -38,3 +39,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=true
|
||||
editor/convert_colors_with_editor_theme=true
|
Before Width: | Height: | Size: 199 B |
1
Assets/Sprites/Editor/Enemy.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><style>.a{fill:#8da5f3}</style><path fill-rule="evenodd" class="a" d="m11.8 10.9c0.4 0.7 0.5 1.5 0.2 2.1 2-0.3 3 1 3 2 0 1-1 1-1 1h-4c0 0-1 0-1-1-0.4 0.1-0.7 0.1-1 0.1q-0.5 0-1-0.1c0 1-1 1-1 1h-4c0 0-1 0-1-1 0-1 1-2.3 3-2-0.3-0.6-0.3-1.4 0.2-2.1-2.2 0.6-4.2 0.3-4.2-2.4 0-2.8 3.7-5.9 4.5-6.8 1.8-1.7 2.5-1.7 3.5-1.7 1 0 1.8 0 3.5 1.7 0.8 0.9 4.5 4 4.5 6.8 0 2.7-2 3-4.2 2.4zm-2.3-0.9h-3c-2 0-3 4.5 1.5 4.5 4.5 0 3.5-4.5 1.5-4.5zm2.1-5.1c0.6-0.5 1.1-0.9 1.6-0.9-1.5-1.8-3.5 2.5-5.2 2.5-1.8 0-3.8-4.3-5.3-2.5 0.6 0 1.1 0.4 1.7 0.9-0.3 0.4-0.4 1.3-0.4 2.1 0 1.1 0.7 2 1.5 2 1.4 0 1.5-0.8 1.5-1.8q0.5 0.3 1 0.3 0.5 0 1-0.3c0 1 0.1 1.8 1.5 1.8 0.7 0 1.5-0.9 1.5-2 0-0.8-0.1-1.7-0.4-2.1z"/><path fill-rule="evenodd" class="a" d="m6 6.5c0 0.5 0 1.5-0.5 1.5-0.6 0-0.5-1.7-0.4-2.4q0.4 0.4 0.9 0.9z"/><path fill-rule="evenodd" class="a" d="m10.5 8c-0.5 0-0.5-1-0.5-1.5q0.4-0.5 0.9-0.9c0.2 0.7 0.2 2.4-0.4 2.4z"/></svg>
|
After Width: | Height: | Size: 1005 B |
@@ -2,16 +2,17 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://val3y26km5bl"
|
||||
path="res://.godot/imported/Enemy.png-761910e2264650da83a00e07455626a9.ctex"
|
||||
uid="uid://bpgqqibmk2pkl"
|
||||
path="res://.godot/imported/Enemy.svg-cb6145b04638dd6109e7afcccd5a1a6c.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Sprites/Editor/Enemy.png"
|
||||
dest_files=["res://.godot/imported/Enemy.png-761910e2264650da83a00e07455626a9.ctex"]
|
||||
source_file="res://Assets/Sprites/Editor/Enemy.svg"
|
||||
dest_files=["res://.godot/imported/Enemy.svg-cb6145b04638dd6109e7afcccd5a1a6c.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
@@ -38,3 +39,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=true
|
||||
editor/convert_colors_with_editor_theme=true
|
Before Width: | Height: | Size: 309 B |
1
Assets/Sprites/Editor/Level.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="16" height="16"><style>.a{fill:#e0e0e0}</style><path fill-rule="evenodd" class="a" d="m64 28v36h-24v-14c0-6-2-10-8-10-6 0-8 4-8 10v14h-24v-36h6v6h4v-6h8v6h4v-6h8v6h4v-6h8v6h4v-6h8v6h4v-6z"/><path fill-rule="evenodd" class="a" d="m50 0v26h-6v-10c0 0 0-4-3-4-3 0-3 4-3 4v10h-12v-10c0 0 0-4-3-4-3 0-3 4-3 4v10h-6v-26h4v6h4v-6h8v6h4v-6h8v6h4v-6z"/></svg>
|
After Width: | Height: | Size: 431 B |
@@ -2,16 +2,17 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://upehd32j3pbs"
|
||||
path="res://.godot/imported/Block.png-10298cbace42d657003ac7128449152c.ctex"
|
||||
uid="uid://wfg4ua6pxefd"
|
||||
path="res://.godot/imported/Level.svg-6e0a9c00f142962bf52132d8335da095.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Sprites/Editor/Block.png"
|
||||
dest_files=["res://.godot/imported/Block.png-10298cbace42d657003ac7128449152c.ctex"]
|
||||
source_file="res://Assets/Sprites/Editor/Level.svg"
|
||||
dest_files=["res://.godot/imported/Level.svg-6e0a9c00f142962bf52132d8335da095.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
@@ -38,3 +39,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=true
|
||||
editor/convert_colors_with_editor_theme=true
|
Before Width: | Height: | Size: 208 B |
1
Assets/Sprites/Editor/Pipe.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><style>.a{fill:#8da5f3}</style><path fill-rule="evenodd" class="a" d="m16 0v8h-1v8h-1v-8h-2l-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5h-3l0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5h-1l-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5h-1l0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5h-3l-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5h-1l0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5h-1v8h-1v-8h-1v-8zm-15 2.5v3.5h1.5l-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5zm6 0l-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5h2l-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5zm6 0l-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5h2.5v-3.5zm-7.5-0.5h9.5v-1h-14v1h2.5l-1 1 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5 0.5 0.5-0.5 0.5h4l-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5-0.5-0.5 0.5-0.5z"/></svg>
|
After Width: | Height: | Size: 1.4 KiB |
@@ -2,16 +2,17 @@
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cbgjssscntcin"
|
||||
path="res://.godot/imported/Level.png-03d869b4cd4d03668741f479f791a499.ctex"
|
||||
uid="uid://c0xy8swlmsnnw"
|
||||
path="res://.godot/imported/Pipe.svg-591efe0ac96233e665df1d9b15094e15.ctex"
|
||||
metadata={
|
||||
"has_editor_variant": true,
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Sprites/Editor/Level.png"
|
||||
dest_files=["res://.godot/imported/Level.png-03d869b4cd4d03668741f479f791a499.ctex"]
|
||||
source_file="res://Assets/Sprites/Editor/Pipe.svg"
|
||||
dest_files=["res://.godot/imported/Pipe.svg-591efe0ac96233e665df1d9b15094e15.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
@@ -38,3 +39,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=true
|
||||
editor/convert_colors_with_editor_theme=true
|