Changing icon color to white
This commit is contained in:
parent
4198260ac9
commit
2159eefd9e
4 changed files with 5 additions and 128 deletions
120
icon.svg
120
icon.svg
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 36 KiB |
|
@ -13,7 +13,7 @@ config_version=5
|
|||
config/name="Storytelling Assistant"
|
||||
run/main_scene="res://main.tscn"
|
||||
config/features=PackedStringArray("4.3", "Forward Plus")
|
||||
config/icon="res://icon.svg"
|
||||
config/icon="res://textures/icon.png"
|
||||
|
||||
[input]
|
||||
|
||||
|
|
BIN
textures/icon.png
Normal file
BIN
textures/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -2,16 +2,16 @@
|
|||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://jwkbxvtr8xvd"
|
||||
path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"
|
||||
uid="uid://cpsytceb3lo6s"
|
||||
path="res://.godot/imported/icon.png-f931f6b997c470ed41f337ac62349254.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://icon.svg"
|
||||
dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"]
|
||||
source_file="res://textures/icon.png"
|
||||
dest_files=["res://.godot/imported/icon.png-f931f6b997c470ed41f337ac62349254.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
|
@ -32,6 +32,3 @@ 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
|
Loading…
Reference in a new issue