Add icons
This commit is contained in:
parent
6bdd598c66
commit
de2945b18f
8 changed files with 84 additions and 2 deletions
BIN
4589AD_icon.png
Normal file
BIN
4589AD_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 MiB |
40
4589AD_icon.png.import
Normal file
40
4589AD_icon.png.import
Normal file
|
@ -0,0 +1,40 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://d4lktjkefde0"
|
||||
path="res://.godot/imported/4589AD_icon.png-9065206d6abeb712c6aa12452cd5bbf5.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://4589AD_icon.png"
|
||||
dest_files=["res://.godot/imported/4589AD_icon.png-9065206d6abeb712c6aa12452cd5bbf5.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
1
4589AD_icon.svg
Normal file
1
4589AD_icon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 374 KiB |
0
4589AD_icon.svg.crswap
Normal file
0
4589AD_icon.svg.crswap
Normal file
18
4589AD_icon.svg.import
Normal file
18
4589AD_icon.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
|||
[remap]
|
||||
|
||||
importer="svg"
|
||||
type="SVGTexture"
|
||||
uid="uid://ccdmhp4d250xa"
|
||||
path="res://.godot/imported/4589AD_icon.svg-28fdc3f4a08c82ed339e9348e63f9dba.svgtex"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://4589AD_icon.svg"
|
||||
dest_files=["res://.godot/imported/4589AD_icon.svg-28fdc3f4a08c82ed339e9348e63f9dba.svgtex"]
|
||||
|
||||
[params]
|
||||
|
||||
base_scale=1.0
|
||||
saturation=1.0
|
||||
color_map={}
|
||||
compress=true
|
1
4589AD_icon_optim.svg
Normal file
1
4589AD_icon_optim.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 374 KiB |
18
4589AD_icon_optim.svg.import
Normal file
18
4589AD_icon_optim.svg.import
Normal file
|
@ -0,0 +1,18 @@
|
|||
[remap]
|
||||
|
||||
importer="svg"
|
||||
type="SVGTexture"
|
||||
uid="uid://bd7ioto1l8nh5"
|
||||
path="res://.godot/imported/4589AD_icon_optim.svg-4c67e8685dc27fb2144c07aaf9f6e8f6.svgtex"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://4589AD_icon_optim.svg"
|
||||
dest_files=["res://.godot/imported/4589AD_icon_optim.svg-4c67e8685dc27fb2144c07aaf9f6e8f6.svgtex"]
|
||||
|
||||
[params]
|
||||
|
||||
base_scale=0.5
|
||||
saturation=1.0
|
||||
color_map={}
|
||||
compress=true
|
|
@ -15,12 +15,16 @@ config/tags=PackedStringArray("games")
|
|||
run/main_scene="uid://dnmetcwb14svi"
|
||||
config/project_settings_override="settings.cfg"
|
||||
config/features=PackedStringArray("4.5", "Forward Plus")
|
||||
config/icon="res://icon.svg"
|
||||
config/icon="uid://bd7ioto1l8nh5"
|
||||
|
||||
[autoload]
|
||||
|
||||
DebugTools="*res://dev/debug_tools.tscn"
|
||||
|
||||
[debug]
|
||||
|
||||
collisions/show_mouse_trace=false
|
||||
|
||||
[display]
|
||||
|
||||
window/size/viewport_width=1920
|
||||
|
@ -33,7 +37,7 @@ mouse_cursor/custom_image_hotspot=Vector2(14, 2)
|
|||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PackedStringArray("res://addons/SimpleFormatOnSave/plugin.cfg", "res://addons/Todo_Manager/plugin.cfg")
|
||||
enabled=PackedStringArray("res://addons/SimpleFormatOnSave/plugin.cfg", "res://addons/Todo_Manager/plugin.cfg", "res://addons/zylann.hterrain/plugin.cfg")
|
||||
|
||||
[file_customization]
|
||||
|
||||
|
|
Loading…
Reference in a new issue