diff --git a/assets/sprites/icon.aseprite b/assets/sprites/icon.aseprite new file mode 100644 index 0000000..b2c3232 Binary files /dev/null and b/assets/sprites/icon.aseprite differ diff --git a/icon.svg.import b/assets/sprites/icon.png.import similarity index 62% rename from icon.svg.import rename to assets/sprites/icon.png.import index a5afa18..dad3ae2 100644 --- a/icon.svg.import +++ b/assets/sprites/icon.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://ba0qb652eow1y" -path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" +uid="uid://ccdobkpvdj3d5" +path="res://.godot/imported/icon.png-9a25435582839ca3cd8bb514b597c2d9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://icon.svg" -dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] +source_file="res://assets/sprites/icon.png" +dest_files=["res://.godot/imported/icon.png-9a25435582839ca3cd8bb514b597c2d9.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/export_presets.cfg b/export_presets.cfg index 938f49b..f4b5339 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -3,13 +3,13 @@ name="Windows Desktop" platform="Windows Desktop" runnable=true -advanced_options=false +advanced_options=true dedicated_server=false custom_features="" export_filter="all_resources" include_filter="" exclude_filter="*.blend, *.flp, *.aseprite" -export_path="export/epikale_v1.exe" +export_path="export/epikale_v0.2.0.exe" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..66c5e24 Binary files /dev/null and b/icon.png differ diff --git a/icon.png.import b/icon.png.import new file mode 100644 index 0000000..036d829 --- /dev/null +++ b/icon.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c7c0kb2p154bh" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icon.png" +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.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 diff --git a/icon.svg b/icon.svg deleted file mode 100644 index 3fe4f4a..0000000 --- a/icon.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/project.godot b/project.godot index 52310cb..956ba9c 100644 --- a/project.godot +++ b/project.godot @@ -10,11 +10,14 @@ config_version=5 [application] -config/name="GMTK Jam 2024" -config/version="0.0.1" +config/name="Epikale" +config/description="As part of one of the longest (and cutest) lineage of kale farmers, it's your time to prove yourself as a legendary giant-kale caretaker, but how big is too big? only you and your tiny tools can show the world the true size of... +...an EPIC... a MEGA... an S-KALE!" +config/version="0.2.0" run/main_scene="res://scenes/main.tscn" config/features=PackedStringArray("4.3", "Forward Plus") -config/icon="res://icon.svg" +run/max_fps=60 +config/icon="res://icon.png" [autoload]