mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-21 15:24:18 +00:00
Icon tweaks
This commit is contained in:
parent
5bb80936c1
commit
4f240e1c7f
4 changed files with 37 additions and 3 deletions
|
@ -34,8 +34,8 @@ package/signed=true
|
|||
package/app_category=2
|
||||
package/retain_data_on_uninstall=false
|
||||
package/exclude_from_recents=false
|
||||
launcher_icons/main_192x192=""
|
||||
launcher_icons/adaptive_foreground_432x432=""
|
||||
launcher_icons/main_192x192="res://media/jar_icon.png"
|
||||
launcher_icons/adaptive_foreground_432x432="res://media/jar_icon.png"
|
||||
launcher_icons/adaptive_background_432x432=""
|
||||
graphics/opengl_debug=false
|
||||
xr_features/xr_mode=0
|
||||
|
|
34
media/jar_icon.png.import
Normal file
34
media/jar_icon.png.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b8moowo7t8ldj"
|
||||
path="res://.godot/imported/jar_icon.png-72adba97c3a431a53ad66454ba774c72.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://media/jar_icon.png"
|
||||
dest_files=["res://.godot/imported/jar_icon.png-72adba97c3a431a53ad66454ba774c72.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
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/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
|
|
@ -15,7 +15,7 @@ run/main_scene="res://main.tscn"
|
|||
config/features=PackedStringArray("4.1", "Mobile")
|
||||
boot_splash/bg_color=Color(0.0977035, 0.0977035, 0.10161, 1)
|
||||
boot_splash/image="res://icon.png"
|
||||
config/icon="res://icon.png"
|
||||
config/icon="res://media/jar_icon.png"
|
||||
|
||||
[display]
|
||||
|
||||
|
|
Loading…
Reference in a new issue