diff --git a/export_presets.cfg b/export_presets.cfg index c77e730..f1dc65a 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -81,7 +81,7 @@ encrypt_directory=false custom_template/debug="" custom_template/release="" -debug/export_console_wrapper=1 +debug/export_console_wrapper=0 binary_format/embed_pck=true texture_format/bptc=true texture_format/s3tc=true diff --git a/icon.ico b/icon.ico new file mode 100644 index 0000000..7ef89e3 Binary files /dev/null and b/icon.ico differ diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..5665310 --- /dev/null +++ b/icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65cadec1601a3538a0a855437adc5f33c293c4bc35c8714f70eeb50e1a56d34 +size 910749 diff --git a/icon.svg.import b/icon.png.import similarity index 63% rename from icon.svg.import rename to icon.png.import index af4b5e9..7c4bf28 100644 --- a/icon.svg.import +++ b/icon.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://fgyo3bmqgaep" -path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" +uid="uid://dqwm10wwhnpj8" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://icon.svg" -dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] +source_file="res://icon.png" +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.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 diff --git a/icon.svg b/icon.svg deleted file mode 100644 index b370ceb..0000000 --- a/icon.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/project.godot b/project.godot index 7f4f0f3..020ce6e 100644 --- a/project.godot +++ b/project.godot @@ -15,7 +15,9 @@ config/description="Jeu produit lors de la Game Jam 64." config/version="1.0.0" run/main_scene="res://scenes/World.tscn" config/features=PackedStringArray("4.2", "Forward Plus") -config/icon="res://icon.svg" +boot_splash/image="res://icon.png" +boot_splash/fullsize=false +config/icon="res://icon.png" [autoload]