Change logo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moe Poi ~ 2023-10-21 13:13:09 +07:00
parent c0b012ae84
commit 7ee5d44b76
10 changed files with 53 additions and 17 deletions

BIN
assets/icons/app-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -2,16 +2,16 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://dm8ug0o5361wn"
path="res://.godot/imported/logo-main.png-bda7c19bd83198e56dc6faf0542055b7.ctex"
uid="uid://dgm7cggapadqr"
path="res://.godot/imported/app-logo.png-ffbb726400d675538a56222c00fef663.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/icons/logo-main.png"
dest_files=["res://.godot/imported/logo-main.png-bda7c19bd83198e56dc6faf0542055b7.ctex"]
source_file="res://assets/icons/app-logo.png"
dest_files=["res://.godot/imported/app-logo.png-ffbb726400d675538a56222c00fef663.ctex"]
[params]

BIN
assets/icons/base.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c0tosekulqglv"
path="res://.godot/imported/base.png-493d64d8f5972220f1a1ee16b2dac241.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/icons/base.png"
dest_files=["res://.godot/imported/base.png-493d64d8f5972220f1a1ee16b2dac241.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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View file

@ -2,7 +2,7 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://c0tosekulqglv"
uid="uid://dm8ug0o5361wn"
path="res://.godot/imported/logo.png-7a0fc559fcb721e289a661b90789984f.ctex"
metadata={
"vram_texture": false

View file

@ -18,23 +18,23 @@ encrypt_directory=false
custom_template/debug=""
custom_template/release=""
gradle_build/use_gradle_build=true
gradle_build/export_format=1
gradle_build/use_gradle_build=false
gradle_build/export_format=0
gradle_build/min_sdk=""
gradle_build/target_sdk=""
architectures/armeabi-v7a=true
architectures/armeabi-v7a=false
architectures/arm64-v8a=true
architectures/x86=true
architectures/x86_64=true
architectures/x86=false
architectures/x86_64=false
version/code=1
version/name="0.1.1"
version/name="0.2.0"
package/unique_name="dev.moepoi.frontierofhell"
package/name="Frontier of Hell"
package/signed=true
package/app_category=2
package/retain_data_on_uninstall=false
package/exclude_from_recents=false
launcher_icons/main_192x192="res://assets/icons/logo.png"
launcher_icons/main_192x192="res://assets/icons/app-logo.png"
launcher_icons/adaptive_foreground_432x432=""
launcher_icons/adaptive_background_432x432=""
graphics/opengl_debug=false
@ -234,7 +234,7 @@ codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PackedStringArray()
application/modify_resources=true
application/icon="res://assets/icons/logo.png"
application/icon="res://assets/icons/app-logo.png"
application/console_wrapper_icon=""
application/icon_interpolation=4
application/file_version="0.0.1.0"
@ -295,9 +295,9 @@ progressive_web_app/enabled=true
progressive_web_app/offline_page=""
progressive_web_app/display=1
progressive_web_app/orientation=1
progressive_web_app/icon_144x144="res://assets/icons/logo.png"
progressive_web_app/icon_180x180="res://assets/icons/logo.png"
progressive_web_app/icon_512x512="res://assets/icons/logo.png"
progressive_web_app/icon_144x144="res://assets/icons/app-logo.png"
progressive_web_app/icon_180x180="res://assets/icons/app-logo.png"
progressive_web_app/icon_512x512="res://assets/icons/app-logo.png"
progressive_web_app/background_color=Color(0, 0, 0, 1)
[preset.3]

View file

@ -12,9 +12,11 @@ config_version=5
config/name="Frontier of Hell"
run/main_scene="res://scenes/ui/main_menu.tscn"
config/quit_on_go_back=false
config/features=PackedStringArray("4.1", "Mobile")
boot_splash/bg_color=Color(0.141176, 0.141176, 0.141176, 1)
boot_splash/image="res://assets/icons/logo.png"
boot_splash/fullsize=false
config/icon="res://assets/icons/logo.png"
boot_splash/minimum_display_time=3

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=4 format=3 uid="uid://cikgeqqhctm7k"]
[ext_resource type="Texture2D" uid="uid://c0tosekulqglv" path="res://assets/icons/logo.png" id="1_8p1wv"]
[ext_resource type="Texture2D" uid="uid://c0tosekulqglv" path="res://assets/icons/base.png" id="1_8p1wv"]
[ext_resource type="Script" path="res://scripts/base/base.gd" id="1_wqsa0"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_o06lk"]